Fix SWCommandUtils
Dieser Commit ist enthalten in:
Ursprung
57ab89e058
Commit
b25bf2a79c
@ -46,7 +46,7 @@ public class SWCommandUtils {
|
||||
|
||||
@Override
|
||||
public Collection<String> tabCompletes(Object sender, String[] previousArguments, String s) {
|
||||
return tabCompleter.apply(sender, s);
|
||||
return ((BiFunction<Object, Object, Collection<String>>) tabCompleter).apply(sender, s);
|
||||
}
|
||||
};
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren