Nov 2025 Staging

Error while compiling EntityOwner: 'ulong' does not contain a definition for 'userid' and no accessible extension method 'userid' accepting a first argument of type 'ulong' could be found (are you missing a using directive or an assembly reference?) | Line: 1227, Pos: 61

find all of the .userid and just delete it, their is about 12. Like at line 1227:

if (prodOwners.ContainsKey(pnid.userid))​
should be:
if (prodOwners.ContainsKey(pnid))​

other errors too 

1422 >> priv.authorizedPlayers.Add(new ProtoBuf.PlayerNameID()

Error while compiling EntityOwner: Argument 1: cannot convert from 'ProtoBuf.PlayerNameID' to 'ulong' | Line: 1422, Pos: 52

EntityOwner.cs 1227:61 'ulong' does not contain a definition for 'userid' and no accessible extension method 'userid' accepting a first argument of type 'ulong' could be fou...

nd (are you missing a using directive or an assembly reference?)

EntityOwner.cs 1422:52 Argument 1: cannot convert from 'ProtoBuf.PlayerNameID' to 'ulong'

Thanks @firinglaserz for trying to assist with this.