mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 18:46:43 +00:00
Fixed bug that sent console buffer to random players.
This commit is contained in:
parent
55d4c19fe1
commit
08f1aa8686
@ -197,6 +197,8 @@ public class SocketServer extends WebSocketServer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
json.put("c", buff);
|
json.put("c", buff);
|
||||||
|
} else if (json.containsKey("c")) {
|
||||||
|
json.remove("c");
|
||||||
}
|
}
|
||||||
|
|
||||||
json.put("cm", unit.getConsoleMode());
|
json.put("cm", unit.getConsoleMode());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user