Merge branch 'v6' into refactor/v6/update-mm

This commit is contained in:
NotMyFault
2021-12-23 11:09:43 +01:00
9 changed files with 65 additions and 26 deletions

View File

@ -75,7 +75,7 @@ public class EntitySpawnListener implements Listener {
public static void testCreate(final Entity entity) {
@NonNull World world = entity.getWorld();
if (areaName == world.getName()) {
if (areaName.equals(world.getName())) {
} else {
areaName = world.getName();
hasPlotArea = PlotSquared.get().getPlotAreaManager().hasPlotArea(areaName);