Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-20 05:20:07 +01:00
Added getOnlineMode() for the Server. Thanks Rigby!
Dieser Commit ist enthalten in:
Ursprung
a6e5c97223
Commit
89a524678a
@ -565,4 +565,8 @@ public final class CraftServer implements Server {
|
|||||||
configuration.setProperty("settings.spawn-radius", value);
|
configuration.setProperty("settings.spawn-radius", value);
|
||||||
configuration.save();
|
configuration.save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean getOnlineMode() {
|
||||||
|
return this.console.onlineMode;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren