closes #679
closes #676
This commit is contained in:
Jesse Boyd
2015-10-19 17:27:51 +11:00
parent f509252646
commit fa442f5903
23 changed files with 127 additions and 83 deletions

View File

@@ -46,7 +46,7 @@ public class SpongeUtil {
return lastPlotPlayer;
}
final String name = player.getName();
final PlotPlayer pp = UUIDHandler.getPlayers().get(name);
final PlotPlayer pp = UUIDHandler.getPlayer(name);
if (pp != null) {
return pp;
}