1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-04-11 02:23:14 +00:00

Formatting.

This commit is contained in:
zml2008 2011-12-05 20:02:41 -08:00
parent 745716426f
commit fcb7e62cb0

@ -49,7 +49,7 @@ public class PermissionsResolverManager implements PermissionsProvider {
@Deprecated
public void load() {
try {
getRealResolver().load();
getRealResolver().load();
} catch (WEPIFRuntimeException ignore) {
// Some plugins do this very early in the initialization process
}