Skip to content

Commit

Permalink
#811 Do not convert protections to UUIDs at the moment until the new …
Browse files Browse the repository at this point in the history
…converter is ready (which will be quite different.) This will still support protections that did convert to have UUIDs
  • Loading branch information
Hidendra committed Apr 29, 2014
1 parent 4518763 commit 2ed212e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,6 @@ public void onPlayerInteract(PlayerInteractEvent event) {
Module.Result result;
boolean canAccess = lwc.canAccessProtection(player, protection);

if (protection != null && protection.needsUUIDConversion()) {
if (protection.convertPlayerNamesToUUIDs()) {
protection.save();
}
}

// Calculate if the player has a pending action (i.e any action besides 'interacted')
int actionCount = actions.size();
boolean hasInteracted = actions.contains("interacted");
Expand Down

0 comments on commit 2ed212e

Please sign in to comment.