Unused field removed

This commit is contained in:
2024-05-12 11:55:12 -04:00
parent e79fd0c3b4
commit 1cb01b1cce
147 changed files with 204 additions and 233 deletions
@@ -27,7 +27,7 @@ import java.util.ArrayList;
public class MerchantMsgHandler extends AbstractClientMsgHandler {
public MerchantMsgHandler() {
super(MerchantMsg.class);
super();
}
private static void requestSwearAsSubGuild(MerchantMsg msg, ClientConnection origin, PlayerCharacter player, NPC npc) {