forked from MagicBane/Server
Unused field removed
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
|
||||
package engine.net.client.handlers;
|
||||
|
||||
import engine.mbEnums;
|
||||
import engine.exception.MsgSendException;
|
||||
import engine.gameManager.DbManager;
|
||||
import engine.gameManager.SessionManager;
|
||||
import engine.mbEnums;
|
||||
import engine.net.client.ClientConnection;
|
||||
import engine.net.client.msg.ClientNetMsg;
|
||||
import engine.net.client.msg.ErrorPopupMsg;
|
||||
@@ -24,7 +24,7 @@ import java.util.ArrayList;
|
||||
public class VendorBuyMsgHandler extends AbstractClientMsgHandler {
|
||||
|
||||
public VendorBuyMsgHandler() {
|
||||
super(VendorBuyMsg.class);
|
||||
super();
|
||||
}
|
||||
|
||||
public static Item createItemForPlayer(PlayerCharacter pc, int templateID) {
|
||||
|
||||
Reference in New Issue
Block a user