mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-29 04:04:43 +02:00
CommandCaller
This commit is contained in:
@ -180,9 +180,7 @@ public class Template extends SubCommand {
|
||||
setup.world = world;
|
||||
SetupUtils.manager.setupWorld(setup);
|
||||
MainUtil.sendMessage(plr, "Done!");
|
||||
if (plr != null) {
|
||||
plr.teleport(BlockManager.manager.getSpawn(world));
|
||||
}
|
||||
plr.teleport(BlockManager.manager.getSpawn(world));
|
||||
return true;
|
||||
}
|
||||
case "export": {
|
||||
|
Reference in New Issue
Block a user