1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Remove some todos

This commit is contained in:
tobspr
2020-06-28 20:31:22 +02:00
parent b499760d74
commit 64c4816194
6 changed files with 1 additions and 22 deletions

View File

@@ -90,18 +90,4 @@ export class BaseSavegameInterface {
readIngameTimeSeconds() {
return this.data.dump.time.timeSeconds;
}
/**
//////// ANTICHEAT ///////
/**
* Detects cheats in the savegame - returns false if the game looks cheated
*/
performAnticheatCheck() {
// TODO
return true;
}
}