Cleanup in mob class.

This commit is contained in:
2023-04-22 07:52:05 -04:00
parent 45ab68caa4
commit 8fa20c6f93
2 changed files with 308 additions and 595 deletions
+1 -1
View File
@@ -1338,7 +1338,7 @@ public abstract class AbstractCharacter extends AbstractWorldObject {
PlayerCharacter.serializePlayerForClientMsgOtherPlayer((PlayerCharacter)abstractCharacter, writer, asciiLastName); PlayerCharacter.serializePlayerForClientMsgOtherPlayer((PlayerCharacter)abstractCharacter, writer, asciiLastName);
break; break;
case Mob: case Mob:
Mob.serializeMobForClientMsgOtherPlayer((Mob)abstractCharacter, writer,asciiLastName); Mob.serializeMobForClientMsgOtherPlayer((Mob)abstractCharacter, writer);
break; break;
case NPC: case NPC:
NPC.serializeNpcForClientMsgOtherPlayer((NPC)abstractCharacter, writer, asciiLastName); NPC.serializeNpcForClientMsgOtherPlayer((NPC)abstractCharacter, writer, asciiLastName);
File diff suppressed because it is too large Load Diff