mirror of
https://github.com/Shiewk/SModeration.git
synced 2026-04-28 05:54:16 +02:00
fix buggy tab completion again
This commit is contained in:
@@ -82,7 +82,9 @@ public class MuteCommand implements CommandExecutor, TabCompleter {
|
|||||||
try {
|
try {
|
||||||
Long.parseLong(args[i]);
|
Long.parseLong(args[i]);
|
||||||
} catch (NumberFormatException ignored){
|
} catch (NumberFormatException ignored){
|
||||||
return List.of();
|
if (i != 1){
|
||||||
|
return List.of();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user