Remove game list refresh broadcast when spectator joins a game (the related player join broadcast was removed in 638fac7
)
This commit is contained in:
parent
2a77c680fe
commit
f890244df0
|
@ -74,7 +74,6 @@ public class SpectateGameHandler extends GameHandler {
|
||||||
} catch (final TooManySpectatorsException e) {
|
} catch (final TooManySpectatorsException e) {
|
||||||
return error(ErrorCode.GAME_FULL);
|
return error(ErrorCode.GAME_FULL);
|
||||||
}
|
}
|
||||||
gameManager.broadcastGameListRefresh();
|
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue