13
0
geforkt von Mirrors/Velocity

Remove unrelated change

Dieser Commit ist enthalten in:
Andrew Steinborn 2019-05-12 10:48:47 -04:00
Ursprung 16d557a109
Commit 3c9cc2c4a8

Datei anzeigen

@ -260,7 +260,7 @@ public class VelocityCommand implements Command {
@Override
public boolean hasPermission(CommandSource source, String @NonNull [] args) {
return source.getPermissionValue("velocity.command.plugins").asBoolean();
return source.getPermissionValue("velocity.command.plugins") == Tristate.TRUE;
}
}
}