mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-06 05:29:39 +00:00
log cell clicked
This commit is contained in:
@@ -127,9 +127,6 @@ export class GameImpl implements MutableGame {
|
||||
if (this._ticks % 100 == 0) {
|
||||
let hash = 1;
|
||||
this._players.forEach(p => {
|
||||
if (p.type() == PlayerType.Human) {
|
||||
console.log(`${p.toString()}`)
|
||||
}
|
||||
hash += p.hash()
|
||||
})
|
||||
console.log(`tick ${this._ticks}: hash ${hash}`)
|
||||
|
||||
Reference in New Issue
Block a user