Skip to content

Commit

Permalink
Fix Showfake NPE.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fortifier42 committed Jan 18, 2016
1 parent 0972b04 commit 88ade75
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -92,7 +92,7 @@ private void cancelBlock() {
cancelTime = -1;
material = null;
location.getBlock().getState().update();
blocks.get(player.getPlayerEntity().getUniqueId()).remove(location);
blocks.get(player.getOfflinePlayer().getUniqueId()).remove(location);
}


Expand Down

0 comments on commit 88ade75

Please sign in to comment.