mirror of
https://e.coding.net/circlecloud/TeleportRandom.git
synced 2024-11-01 07:38:47 +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非法的参数或不存在的世界!");
|
||||
}
|
||||
return true;
|
||||
} else {
|
||||
sender.sendMessage(pluginname + "§c控制台无法使用此命令!");
|
||||
}
|
||||
sender.sendMessage(pluginname + "§c控制台无法使用此命令!");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user