mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 11:40:41 +00:00
*
This commit is contained in:
parent
509b1f1c3d
commit
b5ef5df20d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ import com.plotsquared.general.commands.CommandDeclaration;
|
|||
public class PluginCmd extends SubCommand {
|
||||
|
||||
@Override
|
||||
public boolean onCommand(PlotPlayer player, String[] args) {
|
||||
public boolean onCommand(final PlotPlayer player, String[] args) {
|
||||
TaskManager.IMP.taskAsync(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
|
|
Loading…
Reference in a new issue