mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-07 04:53:11 +00:00
Cleanup imports
This commit is contained in:
parent
8755935fcb
commit
f1eae9be6f
47 changed files with 106 additions and 135 deletions
|
@ -1,7 +1,5 @@
|
|||
package com.earth2me.essentials.perm;
|
||||
|
||||
import com.earth2me.essentials.utils.NumberUtil;
|
||||
import com.earth2me.essentials.utils.StringUtil;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
import java.util.logging.Level;
|
||||
|
@ -166,7 +164,6 @@ public class PermissionsHandler implements IPermissionsHandler
|
|||
handler = new BPermissions2Handler();
|
||||
}
|
||||
return;
|
||||
|
||||
}
|
||||
|
||||
if (useSuperperms)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue