mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-05 12:03:16 +00:00
I don't know about coffee, but how about Java? @sauilitired
This commit is contained in:
parent
b32b8a98e2
commit
3651b3ac8d
1 changed files with 1 additions and 2 deletions
|
@ -49,12 +49,11 @@ public class EntitySpawnListener implements Listener {
|
||||||
public static void testCreate(Entity entity) {
|
public static void testCreate(Entity entity) {
|
||||||
@NotNull World world = entity.getWorld();
|
@NotNull World world = entity.getWorld();
|
||||||
if (areaName == world.getName()) {
|
if (areaName == world.getName()) {
|
||||||
if (!hasPlotArea) return;
|
|
||||||
} else {
|
} else {
|
||||||
areaName = world.getName();
|
areaName = world.getName();
|
||||||
hasPlotArea = PlotSquared.get().hasPlotArea(areaName);
|
hasPlotArea = PlotSquared.get().hasPlotArea(areaName);
|
||||||
if (!hasPlotArea) return;
|
|
||||||
}
|
}
|
||||||
|
if (!hasPlotArea) return;
|
||||||
test(entity);
|
test(entity);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue