Cleanup of handler super calls
This commit is contained in:
@@ -12,13 +12,12 @@ import engine.exception.MsgSendException;
|
||||
import engine.gameManager.PowersManager;
|
||||
import engine.net.client.ClientConnection;
|
||||
import engine.net.client.msg.ClientNetMsg;
|
||||
import engine.net.client.msg.KeepAliveServerClientMsg;
|
||||
import engine.net.client.msg.PerformActionMsg;
|
||||
|
||||
public class PerformActionMsgHandler extends AbstractClientMsgHandler {
|
||||
|
||||
public PerformActionMsgHandler() {
|
||||
super(KeepAliveServerClientMsg.class);
|
||||
super(PerformActionMsg.class);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user