mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-09 12:26:29 +00:00
Merge branch 'main' of https://github.com/IonicCheese/simple-shooter-game
This commit is contained in:
commit
fa0439cc69
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_pos({x = 20, y = 26.5, z = 17})
|
||||
set_player_mode(player, "normal")
|
||||
core.change_player_privs(player:get_player_name(), {["fly"] = false, ["fast"] = false, ["noclip"] = false, ["shout"] = true, ["interact"] = true})
|
||||
player:get_inventory():set_list("main", {})
|
||||
player:set_properties({
|
||||
visual = "mesh",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue