mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-08 20:12:11 +00:00
Fix stupid typo
This commit is contained in:
parent
17eeae8937
commit
f6074ec9f0
1 changed files with 2 additions and 2 deletions
|
|
@ -286,7 +286,7 @@ core.register_on_joinplayer(function(player)
|
||||||
]])
|
]])
|
||||||
player:set_properties({pointable = false})
|
player:set_properties({pointable = false})
|
||||||
|
|
||||||
player:set_hud_flags({
|
player:hud_set_flags({
|
||||||
minimap = false,
|
minimap = false,
|
||||||
minimap_radar = false,
|
minimap_radar = false,
|
||||||
})
|
})
|
||||||
|
|
@ -403,4 +403,4 @@ core.register_chatcommand("reset", {
|
||||||
|
|
||||||
return false, "Match Cannot be terminated at the moment"
|
return false, "Match Cannot be terminated at the moment"
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue