mirror of
https://github.com/MassiveCraft/Factions.git
synced 2024-11-05 01:59:46 +01:00
Consider Nether Portal spawns too.
This commit is contained in:
parent
7658b4d42a
commit
6974c82bb6
@ -664,7 +664,7 @@ public class EngineMain extends EngineAbstract
|
||||
|
||||
// ... and the reason for the spawn is natural ...
|
||||
SpawnReason reason = event.getSpawnReason();
|
||||
if (reason != SpawnReason.NATURAL && reason != SpawnReason.JOCKEY) return;
|
||||
if (reason != SpawnReason.NATURAL && reason != SpawnReason.JOCKEY && reason != SpawnReason.NETHER_PORTAL) return;
|
||||
|
||||
// ... and monsters are forbidden at the location ...
|
||||
Location location = event.getLocation();
|
||||
|
Loading…
Reference in New Issue
Block a user