mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-13 05:26:05 +00:00
Fix something stupid
This commit is contained in:
parent
fa0439cc69
commit
941c3b4e2a
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ core.register_chatcommand("reset", {
|
||||||
|
|
||||||
player:set_nametag_attributes({color = {a = 255, r = 255, g = 255, b = 255}})
|
player:set_nametag_attributes({color = {a = 255, r = 255, g = 255, b = 255}})
|
||||||
player:set_pos({x = 20, y = 26.5, z = 17})
|
player:set_pos({x = 20, y = 26.5, z = 17})
|
||||||
core.change_player_privs(player:get_player_name(), {["fly"] = false, ["fast"] = false, ["noclip"] = false, ["shout"] = true, ["interact"] = true})
|
set_player_mode(player, "normal")
|
||||||
player:get_inventory():set_list("main", {})
|
player:get_inventory():set_list("main", {})
|
||||||
player:set_properties({
|
player:set_properties({
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue