Error while compiling Godmode: 'PlayerMetabolism' does not contain a definition for 'SendChangesToClient' and no accessible extension method 'SendChangesToClient' accepting a first argument of type 'PlayerMetabolism' could be found (are you missing a using directive or an assembly reference?) | Line: 499, Pos: 34
Error 7 May Update
/oxide/plugins/Godmode.cs
Delete these lines
playerMetabolism.SendChangesToClientImmediate();
playerMetabolism.SendChangesToClient();
Rust now syncs metabolism automatically through the normal player update cycle, so those old metabolism sync calls are obsolete.
Thanks, I managed to fix it myself. Just leaving a quick headsup for the dev in case no one has reported it yet 🙂 Cheers!
thx a lot
Thanks fellahs, works great. 😘
Locked