fix missing status text
This commit is contained in:
parent
e0c76da398
commit
50cf7d6b42
@ -208,7 +208,7 @@ class GameManager
|
||||
|
||||
this.grid.player_change_listener(this.remote_opponent);
|
||||
|
||||
this.status_change_listener("game started, it's " + opponent_name + " turn");
|
||||
this.status_change_listener("game started, it's " + opponent_name + " turn", status_title);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user