Fixed a bug where an instance would be deleted if a server restarted while no players were online

This commit is contained in:
ForestOfLight
2025-06-06 03:19:18 -07:00
Unverified
parent efe0d61ec3
commit f585f96ecf
2 changed files with 2 additions and 1 deletions
@@ -13,7 +13,6 @@ export class VerificationRenderer {
constructor(instance) {
this.instance = instance;
const bounds = this.instance.getActiveBounds();
this.lastRenderedChunk = 0;
}