Cleans old code for replacing %clicker% tag

This commit is contained in:
Thijs Wiefferink 2014-11-25 16:48:11 +01:00
parent ed1f73fdd7
commit 9ea97fdb5d

View File

@ -1857,9 +1857,6 @@ public abstract class GeneralRegion {
continue; continue;
} }
command = applyAllReplacements(command); command = applyAllReplacements(command);
if(sender instanceof Player) {
command = command.replace(AreaShop.tagClicker, sender.getName());
}
boolean result = false; boolean result = false;
String error = null; String error = null;