Change the mistake when not enough players annouce

I changed it because someone made mistake.
By the way, I wanted to ask you: do you have discord?
master
Toby1710 2021-01-22 10:20:49 +02:00 committed by Lejo
parent f2ee3d631d
commit 3e04b949af
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ function mesewars.may_start_game(lobby)
end
mesewars.start_game(lobby)
else start[lobby] = false
mesewars.chat_send_all_lobby(lobby, "Game start stoped, becouse there are not enough players.")
mesewars.chat_send_all_lobby(lobby, "Game start stopped, because there are not enough players.")
end
end)
end)