mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-07 15:48:43 +00:00
Return at correct spot.
This commit is contained in:
parent
4f72ff47bc
commit
667fc18abf
1 changed files with 1 additions and 1 deletions
|
@ -104,9 +104,9 @@ public class PermissionsHandler implements IPermissionsHandler {
|
|||
if (vault.setupPermissions()) {
|
||||
LOGGER.log(Level.INFO, "Essentials: Using Vault based permissions.");
|
||||
handler = vault;
|
||||
return;
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
final Plugin permExPlugin = pluginManager.getPlugin("PermissionsEx");
|
||||
|
|
Loading…
Reference in a new issue