07/06 11:13:57 | Error while compiling AutoPurge: 'HiddenValue<ListDictionary<NetworkableId, BaseNetworkable>>' does not contain a definition for 'Values' and no accessible extension method 'Values' accepting a first argument of type 'HiddenValue<ListDictionary<NetworkableId, BaseNetworkable>>' could be found (are you missing a using directive or an assembly reference?) | Line: 351, Pos: 68
Plugins seems to have broken with today's Rust updateFixed
Confirmed same issue
Confirmed
Failed to compile: 'HiddenValue>' does not contain a definition for 'Values' and no accessible extension method 'Values' accepting a first argument of type 'HiddenValue>' could be found (are you missing a using directive or an assembly reference?) | Line: 351, Pos: 68
For now change from: BaseNetworkable.serverEntities.entityList.Values
to: BaseNetworkable.serverEntities.entityList.Get().Values
Hey there, should be fixed on uMod as well now.
Locked automatically