Rename and clean up MapleClient
This commit is contained in:
@@ -8,7 +8,7 @@ package net.server.channel.handlers;
|
||||
|
||||
|
||||
import client.Character;
|
||||
import client.MapleClient;
|
||||
import client.Client;
|
||||
import client.inventory.Inventory;
|
||||
import client.inventory.InventoryType;
|
||||
import client.inventory.Item;
|
||||
@@ -32,7 +32,7 @@ import java.util.List;
|
||||
public final class WeddingHandler extends AbstractPacketHandler {
|
||||
|
||||
@Override
|
||||
public final void handlePacket(InPacket p, MapleClient c) {
|
||||
public final void handlePacket(InPacket p, Client c) {
|
||||
|
||||
if (c.tryacquireClient()) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user