Removed deprecated ConcurrentSoftMap

This commit is contained in:
Nathan Adams
2011-10-10 22:05:35 +01:00
parent b05d4769d8
commit 1195944c90
3 changed files with 0 additions and 281 deletions

View File

@@ -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"));
}