forked from TAIGA/TAIGA
Fixed some names and wrote more clear descriptions. Fixed 2 Traits with possible NPE
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user