From 3e04b949af0d6ee4193196a34074dfe787676ee5 Mon Sep 17 00:00:00 2001 From: Toby1710 <69259430+Toby1710@users.noreply.github.com> Date: Fri, 22 Jan 2021 10:20:49 +0200 Subject: [PATCH] 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? --- mods/mesewars/start.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/mesewars/start.lua b/mods/mesewars/start.lua index 79df0ef..47000c6 100644 --- a/mods/mesewars/start.lua +++ b/mods/mesewars/start.lua @@ -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)