1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-25 05:21:29 +02:00

fix format

This commit is contained in:
Luck
2016-08-18 13:52:38 +01:00
parent 98b56691dd
commit bfe0126816

View File

@@ -55,7 +55,6 @@ public class UserAddTempGroup extends SubCommand<User> {
}
long duration;
try {
duration = Long.parseLong(args.get(1));
} catch (NumberFormatException e) {