- Made readonly readonly.

This commit is contained in:
MapleWheels
2026-04-08 17:29:56 -04:00
parent e9673bf7f5
commit b0b4acf392

View File

@@ -100,7 +100,7 @@ public class SettingsEntryRegistrar : ISettingsRegistrationProvider
|| valueChangePredicate.Invoke(newValue);
#else
// Server has absolute authority.
return true;
return !info.Element.GetAttributeBool("ReadOnly", false);
#endif
}