geforkt von Mirrors/Velocity
Fallback to plugin ID.
Dieser Commit ist enthalten in:
Ursprung
65ca41cdb5
Commit
5b9a8f160b
@ -233,7 +233,7 @@ public class VelocityServer implements ProxyServer {
|
||||
eventManager.register(instance.get(), instance.get());
|
||||
} catch (Exception e) {
|
||||
logger.error("Unable to register plugin listener for {}",
|
||||
plugin.getDescription().getName(), e);
|
||||
plugin.getDescription().getName().orElse(plugin.getDescription().getId()), e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren