Fixed a bug where an instance would be deleted if a server restarted while no players were online
This commit is contained in:
@@ -13,7 +13,6 @@ export class VerificationRenderer {
|
||||
|
||||
constructor(instance) {
|
||||
this.instance = instance;
|
||||
const bounds = this.instance.getActiveBounds();
|
||||
this.lastRenderedChunk = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user