BUGFIX: Fix #997 (#1226)

This commit is contained in:
catloversg
2024-04-24 07:05:24 +07:00
committed by GitHub
parent a3f9a5c21e
commit eba86e4bf0
2 changed files with 2 additions and 1 deletions

View File

@@ -144,6 +144,7 @@ export class PlayerObject extends Person implements IPlayer {
window.innerHeight +
getRandomInt(100, 999),
);
this.lastAugReset = this.lastNodeReset = Date.now();
}
whoAmI(): string {