Mirror von
https://github.com/Moulberry/AxiomPaperPlugin.git
synchronisiert 2024-11-08 17:40:04 +01:00
WorldProperties: Set unsyncedValue back to false after syncing
Dieser Commit ist enthalten in:
Ursprung
a8b4ee2a1d
Commit
bf43e7c0b9
@ -77,6 +77,8 @@ public class ServerWorldPropertyHolder<T> {
|
||||
player.sendPluginMessage(AxiomPaper.PLUGIN, "axiom:set_world_property", message);
|
||||
}
|
||||
}
|
||||
|
||||
this.unsyncedValue = false;
|
||||
}
|
||||
|
||||
public void write(FriendlyByteBuf friendlyByteBuf) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren