mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-17 05:34:37 +00:00
don't log each hash
This commit is contained in:
@@ -165,9 +165,6 @@ export class GameServer {
|
|||||||
client.lastPing = Date.now();
|
client.lastPing = Date.now();
|
||||||
}
|
}
|
||||||
if (clientMsg.type == "hash") {
|
if (clientMsg.type == "hash") {
|
||||||
console.log(
|
|
||||||
`client ${clientMsg.clientID} got hash ${clientMsg.hash} on tick ${clientMsg.tick}`,
|
|
||||||
);
|
|
||||||
client.hashes.set(clientMsg.tick, clientMsg.hash);
|
client.hashes.set(clientMsg.tick, clientMsg.hash);
|
||||||
}
|
}
|
||||||
if (clientMsg.type == "winner") {
|
if (clientMsg.type == "winner") {
|
||||||
|
|||||||
Reference in New Issue
Block a user