Fix
This commit is contained in:
parent
a762e88ae2
commit
309aa117cf
|
@ -62,14 +62,6 @@ public final class ColorblindWar extends JavaPlugin {
|
||||||
} else if (subCommand.equalsIgnoreCase("reload")) {
|
} else if (subCommand.equalsIgnoreCase("reload")) {
|
||||||
game.reload();
|
game.reload();
|
||||||
sender.sendMessage("重载成功");
|
sender.sendMessage("重载成功");
|
||||||
} else if (subCommand.equalsIgnoreCase("test")) {
|
|
||||||
if (args[1].equalsIgnoreCase("spawn")) {
|
|
||||||
game.spawnBuild();
|
|
||||||
} else if (args[1].equalsIgnoreCase("clear")) {
|
|
||||||
game.clearBlock();
|
|
||||||
} else if (args[1].equalsIgnoreCase("v")) {
|
|
||||||
game.vanishBlock();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user