Update mods/game/functions/init.lua

Co-authored-by: CrazyladMT <247920740+CrazyladMT@users.noreply.github.com>
This commit is contained in:
IonicCheese 2026-02-19 13:38:38 -08:00 committed by GitHub
commit dd6c156ac6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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