mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-08 20:12:11 +00:00
Fix /start...
This commit is contained in:
parent
42663612a2
commit
00b55b666a
2 changed files with 5 additions and 4 deletions
|
|
@ -13,9 +13,9 @@ core.register_chatcommand("start", {
|
|||
return false, "-!- Match is already in progress!"
|
||||
end
|
||||
|
||||
local sucess = start_match(param)
|
||||
start_match(param)
|
||||
|
||||
if map_data == "nope :(" then
|
||||
if map_data == nil then
|
||||
return false, "-!- Map not found!"
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue