forked from SteamWar/SteamWar
Fix BauServer Performance
This commit is contained in:
+1
-6
@@ -183,11 +183,6 @@ public class RegionListener implements Listener {
|
||||
|
||||
|
||||
private static void tagChangedRegion(final Location location) {
|
||||
new BukkitRunnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
Region.getRegion(location).getFlags().set(Flag.CHANGED, ChangedMode.HAS_CHANGE);
|
||||
}
|
||||
}.runTaskAsynchronously(BauSystem.getInstance());
|
||||
Region.getRegion(location).getFlags().set(Flag.CHANGED, ChangedMode.HAS_CHANGE);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user