mirror of
https://github.com/NLthijs48/AreaShop.git
synced 2024-11-06 02:42:38 +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;
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user