Minor code cleanup.

This commit is contained in:
MobiusDevelopment
2021-06-12 21:21:17 +00:00
parent dd5bb3f959
commit dcc2fd58f1
51 changed files with 238 additions and 150 deletions

View File

@@ -41,7 +41,7 @@ public class MoveToPawn implements IClientOutgoingPacket
private final int _tx;
private final int _ty;
private final int _tz;
public MoveToPawn(Creature creature, Creature target, int distance)
{
_objectId = creature.getObjectId();