remove whitespaces (#12)

This commit is contained in:
CrazyladMT 2026-02-19 23:02:56 -05:00 committed by GitHub
commit fc1407feff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 90 additions and 90 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