mirror of
https://github.com/NLthijs48/AreaShop.git
synced 2024-11-05 18:31:40 +01:00
Cleans old code for replacing %clicker% tag
This commit is contained in:
parent
ed1f73fdd7
commit
9ea97fdb5d
@ -1857,9 +1857,6 @@ public abstract class GeneralRegion {
|
||||
continue;
|
||||
}
|
||||
command = applyAllReplacements(command);
|
||||
if(sender instanceof Player) {
|
||||
command = command.replace(AreaShop.tagClicker, sender.getName());
|
||||
}
|
||||
|
||||
boolean result = false;
|
||||
String error = null;
|
||||
|
Loading…
Reference in New Issue
Block a user