Fix /start...

This commit is contained in:
IonicCheese 2026-02-19 12:04:07 -08:00
commit 00b55b666a
2 changed files with 5 additions and 4 deletions

View file

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