Skip to content

Commit

Permalink
Change usage() of the log level type
Browse files Browse the repository at this point in the history
  • Loading branch information
Blueyescat committed Sep 15, 2018
1 parent 8398f7a commit e19a860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/blueyescat/skriptlogs/skript/Types.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Types {
.user("log levels??")
.name("Log Level")
.description("")
.usage(levels.getAllNames())
.usage("info, warning, error, fatal, trace, debug, off, all")
.examples("")
.since("0.1.0")
.defaultExpression(new EventValueExpression<>(StandardLevel.class))
Expand Down

0 comments on commit e19a860

Please sign in to comment.