Rename and clean up MapleClient

This commit is contained in:
P0nk
2021-09-09 21:13:48 +02:00
parent da8837710a
commit b07e6799dc
425 changed files with 1110 additions and 1109 deletions

View File

@@ -20,7 +20,7 @@
package client.processor.action; // thanks Alex for pointing out some package structures containing broad modules
import client.Character;
import client.MapleClient;
import client.Client;
import server.maps.MapleMap;
import tools.PacketCreator;
@@ -30,7 +30,7 @@ import tools.PacketCreator;
*/
public class BuybackProcessor {
public static void processBuyback(MapleClient c) {
public static void processBuyback(Client c) {
Character chr = c.getPlayer();
boolean buyback;