From f6074ec9f050ccdf9e646aef555dd8e7282976f6 Mon Sep 17 00:00:00 2001 From: IonicCheese Date: Wed, 10 Dec 2025 19:25:24 -0800 Subject: [PATCH] Fix stupid typo --- mods/game/main/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/game/main/init.lua b/mods/game/main/init.lua index e39254f..1c073c5 100644 --- a/mods/game/main/init.lua +++ b/mods/game/main/init.lua @@ -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 -}) \ No newline at end of file +})