mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
Removed deprecated ConcurrentSoftMap
This commit is contained in:
@@ -77,7 +77,6 @@ public class CraftOfflinePlayer implements OfflinePlayer, ConfigurationSerializa
|
||||
}
|
||||
|
||||
public static OfflinePlayer deserialize(Map<String, Object> args) {
|
||||
System.out.println("Deserializing CraftOfflinePlayer with args " + args);
|
||||
return Bukkit.getServer().getOfflinePlayer((String)args.get("name"));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user