skip faceoff serverside
This commit is contained in:
@@ -220,11 +220,6 @@ function registerEvents(store) {
|
||||
const player = v.players.find(p => p.id === account.id);
|
||||
store.dispatch(actions.setPlayer(player));
|
||||
|
||||
const skip = v.time_control === 'Practice' && v.phase === 'Lobby';
|
||||
if (skip) {
|
||||
ws.sendInstanceReady(v.id);
|
||||
}
|
||||
|
||||
if (v.phase === 'Finished') {
|
||||
ws.sendAccountInstances();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user