Also Disable Despawning for default Mobtypes

This commit is contained in:
Sn0wStorm 2013-10-15 19:05:34 +02:00
parent 12ac14db12
commit 5f8c9c4bcd

View File

@ -125,6 +125,9 @@ public class SIGNMob extends DSign {
} }
} }
// Disable Despawning
entity.setRemoveWhenFarAway(false);
new DMob(entity, sign.gworld, null); new DMob(entity, sign.gworld, null);
} }
} }