Seems to work for 1.7.2 (which doesn't have UUIDs)

This commit is contained in:
boy0001 2014-12-14 00:30:29 +11:00
parent 7b203261a3
commit 760041607e
21 changed files with 109 additions and 35 deletions

View file

@ -273,7 +273,7 @@ public class PlotHelper {
if (uuid == null) {
return "unknown";
}
final OfflinePlayer plr = Bukkit.getOfflinePlayer(uuid);
final OfflinePlayer plr = UUIDHandler.uuidWrapper.getOfflinePlayer(uuid);
if (plr == null) {
return "unknown";
}