mirror of
https://e.coding.net/circlecloud/TeleportRandom.git
synced 2024-12-26 16:38:49 +00:00
去除无效else...
Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
parent
f86c1119c4
commit
16410d8046
@ -48,9 +48,8 @@ public class TeleportRandom extends JavaPlugin implements CommandExecutor {
|
|||||||
sender.sendMessage(pluginname + "§c非法的参数或不存在的世界!");
|
sender.sendMessage(pluginname + "§c非法的参数或不存在的世界!");
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
} else {
|
|
||||||
sender.sendMessage(pluginname + "§c控制台无法使用此命令!");
|
|
||||||
}
|
}
|
||||||
|
sender.sendMessage(pluginname + "§c控制台无法使用此命令!");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user