Mirror von
https://github.com/Moulberry/AxiomPaperPlugin.git
synchronisiert 2024-11-09 01:50:05 +01:00
WorldProperties: Small cleanup
Dieser Commit ist enthalten in:
Ursprung
bf43e7c0b9
Commit
b6afa50b04
@ -42,12 +42,12 @@ public class ServerWorldPropertyHolder<T> {
|
||||
|
||||
if (result.isUpdate()) {
|
||||
this.value = newValue;
|
||||
if (!result.isSync()) {
|
||||
this.unsyncedValue = true;
|
||||
}
|
||||
}
|
||||
|
||||
if (result.isSync()) {
|
||||
this.sync(world);
|
||||
} else {
|
||||
this.unsyncedValue = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren