Unused field removed
This commit is contained in:
@@ -11,12 +11,11 @@ package engine.net.client.handlers;
|
||||
import engine.exception.MsgSendException;
|
||||
import engine.net.client.ClientConnection;
|
||||
import engine.net.client.msg.ClientNetMsg;
|
||||
import engine.net.client.msg.LeaveWorldMsg;
|
||||
|
||||
public class LeaveWorldMsgHandler extends AbstractClientMsgHandler {
|
||||
|
||||
public LeaveWorldMsgHandler() {
|
||||
super(LeaveWorldMsg.class);
|
||||
super();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user