Skip to content

Commit

Permalink
Removed entity counts recalculated when creating new islands
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed Sep 3, 2022
1 parent f2b3b5e commit 1d74f85
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -235,9 +235,6 @@ public SIsland(@Nullable SuperiorPlayer owner, UUID uuid, Location location, Str
assignIslandChest();
updateUpgrades();

if (BuiltinModules.UPGRADES.isUpgradeTypeEnabled(UpgradeTypeEntityLimits.class))
this.entitiesTracker.recalculateEntityCounts();

databaseBridge.setDatabaseBridgeMode(DatabaseBridgeMode.SAVE_DATA);
}

Expand Down

0 comments on commit 1d74f85

Please sign in to comment.