Merge branch 'development' into Elmon11-patch-2

This commit is contained in:
elmon
2022-01-24 22:16:24 +01:00
committed by GitHub

View File

@ -752,7 +752,7 @@ public class FUtil
public static String getIp(Player player) public static String getIp(Player player)
{ {
return Objects.requireNonNull(player.getAddress()).getAddress().getHostAddress().trim(); return player.getAddress().getAddress().getHostAddress().trim();
} }
public static String getIp(PlayerLoginEvent event) public static String getIp(PlayerLoginEvent event)