Puctuation change.

This commit is contained in:
JitseB
2018-04-25 15:39:47 +02:00
parent 612c484962
commit 44b066ae3d
@@ -78,7 +78,7 @@ public class PlayerListener implements Listener {
} }
if (!npc.getLocation().getWorld().equals(world)) { if (!npc.getLocation().getWorld().equals(world)) {
continue; // NPC is not in the same world continue; // NPC is not in the same world.
} }
// If Bukkit doesn't track the NPC entity anymore, bypass the hiding distance variable. // If Bukkit doesn't track the NPC entity anymore, bypass the hiding distance variable.