diff --git a/server/World.ts b/server/World.ts index 5c550e3..9747e59 100644 --- a/server/World.ts +++ b/server/World.ts @@ -13,7 +13,7 @@ import { IQueuedUpdate } from "./queuedUpdateTypes/IQueuedUpdate"; export class World { 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 chunksOnDisk:Array;