geforkt von Mirrors/Paper
Fixed the onDisable() event of plugins again after it was overwritten some days ago.
Dieser Commit ist enthalten in:
Ursprung
661f209b7e
Commit
d228e0c311
@ -163,6 +163,11 @@ public class MinecraftServer implements ICommandListener, Runnable {
|
|||||||
|
|
||||||
private void g() {
|
private void g() {
|
||||||
a.info("Stopping server");
|
a.info("Stopping server");
|
||||||
|
// CraftBukkit
|
||||||
|
if(server != null) {
|
||||||
|
server.disablePlugins();
|
||||||
|
}
|
||||||
|
|
||||||
if (this.f != null) {
|
if (this.f != null) {
|
||||||
this.f.d();
|
this.f.d();
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren