Skip to content

Commit 50616f4

Browse files
scoreboard update interval fix
1 parent 6065648 commit 50616f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const hashGridCellSize: number = 7;
8383
export const bossSpawningInterval = 45 * 60 * tps;
8484

8585
/** Amount of TICKs before the scoreboard update */
86-
export const scoreboardUpdateInterval = 0.5 * tps;
86+
export const scoreboardUpdateInterval = 1 * tps;
8787

8888
/** Hashed (sha256) dev password */
8989
export const devPasswordHash: string | undefined = process.env.DEV_PASSWORD_HASH;

0 commit comments

Comments
 (0)