project: ik haat smurfen en checkstyle 😠

This commit is contained in:
Owain van Brakel
2022-04-29 20:16:39 +02:00
parent 6368c810b9
commit 92779b5b35
2 changed files with 3 additions and 2 deletions

View File

@@ -1227,7 +1227,7 @@ public class ClientUI
} }
catch (NoSuchFieldException | NoSuchMethodException | ClassNotFoundException | IllegalAccessException | catch (NoSuchFieldException | NoSuchMethodException | ClassNotFoundException | IllegalAccessException |
InvocationTargetException e) InvocationTargetException e)
{ {
e.printStackTrace(); e.printStackTrace();
} }

View File

@@ -149,7 +149,8 @@ public abstract class RSNPCMixin implements RSNPC
|| this.getId() == NpcID.TREE_SPIRIT && this.getAnimation() == AnimationID.IDLE || this.getId() == NpcID.TREE_SPIRIT && this.getAnimation() == AnimationID.IDLE
|| this.getId() == NpcID.TREE_SPIRIT_6380 && this.getAnimation() == AnimationID.IDLE || this.getId() == NpcID.TREE_SPIRIT_6380 && this.getAnimation() == AnimationID.IDLE
|| this.getId() == NpcID.TREE_SPIRIT_HARD && this.getAnimation() == AnimationID.IDLE || this.getId() == NpcID.TREE_SPIRIT_HARD && this.getAnimation() == AnimationID.IDLE
) { )
{
return copy$getModel(); return copy$getModel();
} }
int actionFrame = getActionFrame(); int actionFrame = getActionFrame();