mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 15:32:08 -08:00
grammar fix: freezed -> frozen
This commit is contained in:
parent
57ffb4b73b
commit
857c072ac1
2 changed files with 3 additions and 3 deletions
|
|
@ -215,7 +215,7 @@ public class LoadCallbackClient implements CallbackClient {
|
|||
}
|
||||
|
||||
if (controlCount > 5) {
|
||||
log.warn(getLogStartInfo() + "Game seems freezed. Sending boolean message to server.");
|
||||
log.warn(getLogStartInfo() + "Game seems frozen. Sending boolean message to server.");
|
||||
session.sendPlayerBoolean(gameId, false);
|
||||
controlCount = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue