Merge branch 'main' into main

This commit is contained in:
IonicCheese 2026-02-19 20:09:06 -08:00 committed by GitHub
commit cdeeca752a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 37 additions and 36 deletions

View file

@ -12,7 +12,7 @@ core.register_chatcommand("start", {
if match_state == "pre_match" or match_state == "post_match" or match_state == "in_progress" then
return false, "-!- Match is already in progress!"
end
local sucess = start_match(param)
if not map_data then