Revert "Fix /start..."

This reverts commit 00b55b666a.
This commit is contained in:
IonicCheese 2026-02-19 12:06:52 -08:00
commit 7a69ef1351
2 changed files with 4 additions and 5 deletions

View file

@ -13,9 +13,9 @@ core.register_chatcommand("start", {
return false, "-!- Match is already in progress!"
end
start_match(param)
local sucess = start_match(param)
if map_data == nil then
if map_data == "nope :(" then
return false, "-!- Map not found!"
end