allow server to read chunks from disk again (oops)
This commit is contained in:
parent
479cc35d89
commit
9feafc46c7
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import { IQueuedUpdate } from "./queuedUpdateTypes/IQueuedUpdate";
|
||||||
|
|
||||||
export class World {
|
export class World {
|
||||||
public static ENTITY_MAX_SEND_DISTANCE = 50;
|
public static ENTITY_MAX_SEND_DISTANCE = 50;
|
||||||
private static READ_CHUNKS_FROM_DISK = false;
|
private static READ_CHUNKS_FROM_DISK = true;
|
||||||
|
|
||||||
private readonly saveManager;
|
private readonly saveManager;
|
||||||
private readonly chunksOnDisk:Array<number>;
|
private readonly chunksOnDisk:Array<number>;
|
||||||
|
|
Loading…
Reference in a new issue