1. Hello, what's the difference between these variables?

    Code:
    var steamid = session.SteamId;
    var steamid2 = session.IPlayer.Id;
     
  2. Wulf

    Wulf Community Admin

    One is directly from Hurtworld, one is what Oxide stored from Hurtworld.
     
  3. So in practice, how can they differ?
     
  4. Wulf

    Wulf Community Admin

    They wouldn't differ really.
     
  5. Ok, thanks for reply!