mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-08 20:12:11 +00:00
remove whitespaces (#12)
This commit is contained in:
parent
2061af0645
commit
fc1407feff
12 changed files with 90 additions and 90 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue