mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-09 20:36:15 +00:00
Update mods/game/functions/init.lua
Co-authored-by: CrazyladMT <247920740+CrazyladMT@users.noreply.github.com>
This commit is contained in:
parent
3d0208cb9a
commit
dd6c156ac6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue