add restart command
This commit is contained in:
@@ -57,6 +57,8 @@ void Server::Restart() {
|
||||
m_Lobby.OpenLobby();
|
||||
|
||||
m_Game.NotifyListeners(&game::GameListener::OnGameStateUpdate, game::GameState::Lobby);
|
||||
|
||||
utils::LOG("Game restarted !");
|
||||
}
|
||||
|
||||
void Server::Close() {
|
||||
|
||||
Reference in New Issue
Block a user