Fix stupid typo

This commit is contained in:
IonicCheese 2025-12-10 19:25:24 -08:00 committed by GitHub
commit f6074ec9f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -286,7 +286,7 @@ core.register_on_joinplayer(function(player)
]])
player:set_properties({pointable = false})
player:set_hud_flags({
player:hud_set_flags({
minimap = false,
minimap_radar = false,
})
@ -403,4 +403,4 @@ core.register_chatcommand("reset", {
return false, "Match Cannot be terminated at the moment"
end
})
})