diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/network/FieldSynchronizer.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/network/FieldSynchronizer.kt index f2972666d..99282374e 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/network/FieldSynchronizer.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/network/FieldSynchronizer.kt @@ -89,7 +89,7 @@ sealed interface IField : ReadOnlyProperty, Supplier, () -> V { } } -sealed interface IMutableField : IField, ReadWriteProperty, Consumer { +sealed interface IMutableField : IField, ReadWriteProperty, GetterSetter { override var value: V override fun setValue(thisRef: Any, property: KProperty<*>, value: V) {