mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2025-01-17 20:51:42 +01:00
Better Naming
This commit is contained in:
parent
1310171666
commit
963c5134d4
@ -83,8 +83,8 @@ public class Methods {
|
||||
return ItemStack.deserializeBytes(Base64.getDecoder().decode(base64));
|
||||
}
|
||||
|
||||
public static OfflinePlayer getOfflinePlayer(String name) {
|
||||
return plugin.getServer().getOfflinePlayer(UUID.fromString(name));
|
||||
public static OfflinePlayer getOfflinePlayer(String uuid) {
|
||||
return plugin.getServer().getOfflinePlayer(UUID.fromString(uuid));
|
||||
}
|
||||
|
||||
public static boolean isOnline(String name) {
|
||||
|
Loading…
Reference in New Issue
Block a user