3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-18 20:40:08 +01:00

Fixed the onDisable() event of plugins again after it was overwritten some days ago.

Dieser Commit ist enthalten in:
Forsaken 2011-02-02 04:37:07 +08:00 committet von Dinner Bone
Ursprung 661f209b7e
Commit d228e0c311

Datei anzeigen

@ -163,6 +163,11 @@ public class MinecraftServer implements ICommandListener, Runnable {
private void g() {
a.info("Stopping server");
// CraftBukkit
if(server != null) {
server.disablePlugins();
}
if (this.f != null) {
this.f.d();
}