fix missing status text

This commit is contained in:
Jonas Weinz 2019-03-10 13:34:04 +01:00
parent e0c76da398
commit 50cf7d6b42

View File

@ -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);
}
}