Unused field removed
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
|
||||
package engine.net.client.handlers;
|
||||
|
||||
import engine.mbEnums;
|
||||
import engine.exception.MsgSendException;
|
||||
import engine.gameManager.SessionManager;
|
||||
import engine.mbEnums;
|
||||
import engine.net.Dispatch;
|
||||
import engine.net.DispatchMessage;
|
||||
import engine.net.client.ClientConnection;
|
||||
@@ -25,7 +25,7 @@ import engine.objects.PlayerCharacter;
|
||||
public class GuildControlHandler extends AbstractClientMsgHandler {
|
||||
|
||||
public GuildControlHandler() {
|
||||
super(GuildControlMsg.class);
|
||||
super();
|
||||
}
|
||||
|
||||
// TODO Don't think this protocolMsg (0x3235E5EA) is actually player history. so
|
||||
|
||||
Reference in New Issue
Block a user