project: ik haat smurfen en checkstyle 😠
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user