This commit is contained in:
Gabriele C
2016-04-08 14:44:18 +02:00
parent 30d109b01b
commit 0cda9a7698
6 changed files with 2 additions and 16 deletions
@@ -25,9 +25,5 @@ public class GetIpCommand implements ExecutableCommand {
sender.sendMessage(player.getName() + "'s IP is: " + player.getAddress().getAddress().getHostAddress()
+ ":" + player.getAddress().getPort());
if (commandService.getProperty(HooksSettings.ENABLE_VERYGAMES_IP_CHECK)) {
sender.sendMessage(player.getName() + "'s real IP is: "
+ Utils.getPlayerIp(player));
}
}
}