Fixes a ClassCastException (#1)
This commit is contained in:
@@ -480,7 +480,7 @@ public class TimerUtils
|
|||||||
LivingEntity mount;
|
LivingEntity mount;
|
||||||
boolean changed = false;
|
boolean changed = false;
|
||||||
|
|
||||||
if (tmp == null)
|
if (tmp == null || !(tmp instanceof LivingEntity))
|
||||||
{
|
{
|
||||||
mountHealth = -1;
|
mountHealth = -1;
|
||||||
mountMaxHealth = -1;
|
mountMaxHealth = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user