Fixed some names and wrote more clear descriptions. Fixed 2 Traits with possible NPE

This commit is contained in:
Robert Sosnitzka
2016-12-23 01:21:30 +01:00
parent 1c34ded555
commit 613850e2b5
5 changed files with 79 additions and 52 deletions

View File

@@ -35,7 +35,6 @@ public class TraitWhirl extends AbstractTrait {
if (entity instanceof FakePlayer || entity.worldObj.isRemote) {
return;
}
if (entity.ticksExisted % TICK_PER_STAT > 0) {
return;
}