forked from External/mage
Renamed method
According java naming convention methods should start from lowercase letter.
This commit is contained in:
parent
aff057e1a7
commit
b4546a2ecb
3 changed files with 4 additions and 4 deletions
|
|
@ -145,7 +145,7 @@ public class GameController implements GameCallback {
|
|||
public void cleanUp() {
|
||||
cancelTimeout();
|
||||
for (GameSessionPlayer gameSessionPlayer : gameSessions.values()) {
|
||||
gameSessionPlayer.CleanUp();
|
||||
gameSessionPlayer.cleanUp();
|
||||
}
|
||||
ChatManager.getInstance().destroyChatSession(chatId);
|
||||
for (PriorityTimer priorityTimer : timers.values()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue