allow chunks to be saved again. oops
This commit is contained in:
parent
e21bda6201
commit
8b906bfe8f
1 changed files with 2 additions and 2 deletions
|
@ -86,9 +86,9 @@ export class WorldSaveManager {
|
|||
}
|
||||
|
||||
public writeChunkToDisk(chunk:Chunk) {
|
||||
return new Promise<boolean>((resolve, reject) => {
|
||||
/*return new Promise<boolean>((resolve, reject) => {
|
||||
resolve(true);
|
||||
});
|
||||
});*/
|
||||
return new Promise<boolean>((resolve, reject) => {
|
||||
const saveType = this.config.saveCompression;
|
||||
const chunkFileWriter = new Writer(10);
|
||||
|
|
Loading…
Reference in a new issue