From dd6c156ac653a988c1e68da1a0ca5b48942dc066 Mon Sep 17 00:00:00 2001 From: IonicCheese Date: Thu, 19 Feb 2026 13:38:38 -0800 Subject: [PATCH] Update mods/game/functions/init.lua Co-authored-by: CrazyladMT <247920740+CrazyladMT@users.noreply.github.com> --- mods/game/functions/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/game/functions/init.lua b/mods/game/functions/init.lua index 446fee8..b9115d2 100644 --- a/mods/game/functions/init.lua +++ b/mods/game/functions/init.lua @@ -132,7 +132,7 @@ function start_match(map) -- Start the match place_map(map or "forest") -- default to forest if no map is specified - if map_data == nil then + if not map_data then return "nope :(" end