geforkt von Mirrors/Velocity
Merge pull request #143 from LartyHD/patch-1
Removed a unnecessary check
Dieser Commit ist enthalten in:
Commit
cf5a244996
@ -17,11 +17,6 @@ public class ShutdownCommand implements Command {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void execute(CommandSource source, String @NonNull [] args) {
|
public void execute(CommandSource source, String @NonNull [] args) {
|
||||||
if (source != server.getConsoleCommandSource()) {
|
|
||||||
source
|
|
||||||
.sendMessage(TextComponent.of("You are not allowed to use this command.", TextColor.RED));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
server.shutdown(true);
|
server.shutdown(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren