3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2025-01-11 18:10:52 +01:00
Dieser Commit ist enthalten in:
zml2008 2011-12-05 20:02:41 -08:00
Ursprung 745716426f
Commit fcb7e62cb0

Datei anzeigen

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