Merge branch 'development' into Elmon11-patch-2

This commit is contained in:
elmon 2022-01-24 22:16:24 +01:00 committed by GitHub
commit b711ed517f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)