Rename and clean up MapleClient
This commit is contained in:
@@ -25,7 +25,7 @@ package client.command.commands.gm3;
|
||||
|
||||
import client.BuffStat;
|
||||
import client.Character;
|
||||
import client.MapleClient;
|
||||
import client.Client;
|
||||
import client.command.Command;
|
||||
|
||||
public class CheckDmgCommand extends Command {
|
||||
@@ -34,7 +34,7 @@ public class CheckDmgCommand extends Command {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void execute(MapleClient c, String[] params) {
|
||||
public void execute(Client c, String[] params) {
|
||||
Character player = c.getPlayer();
|
||||
Character victim = c.getWorldServer().getPlayerStorage().getCharacterByName(params[0]);
|
||||
if (victim != null) {
|
||||
|
||||
Reference in New Issue
Block a user