The w_radio and phonograph prefabs set the "groundonlymachine" tag on pristine state (this is fine, it's for optimization), but don't call Machine:SetGroundOnlyMachine on the server. They should probably be doing both for the sake of consistency? Maybe for functionality upon calling said function (mainly from mods).
voidcloth_umbrella on the other hand does the opposite, and calls Machine:SetGroundOnlyMachine, but doesn't set the tag on pristine state, so that could be done for optimization.
Not a big deal, just wanted to point out the inconsistency since it was strangely done like this.
Steps to Reproduce
Nothing to reproduce or test.
-
1
A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now