Fixed Error being thrown with FRenameEvent
This commit is contained in:
parent
4c90bae87c
commit
fb32d2155b
@ -34,7 +34,6 @@ public class CmdTag extends FCommand {
|
||||
|
||||
@Override
|
||||
public void perform(CommandContext context) {
|
||||
FactionsPlugin.getInstance().getServer().getScheduler().runTaskAsynchronously(FactionsPlugin.instance, () -> {
|
||||
|
||||
String tag = context.argAsString(0);
|
||||
|
||||
@ -86,7 +85,6 @@ public class CmdTag extends FCommand {
|
||||
}
|
||||
}
|
||||
FTeamWrapper.updatePrefixes(context.faction);
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user