1. Hi there, could you show me how I can get all sessions via covalence or another method for example to send a message? Currently I'm using hurtworld method but its kinda broken, sometimes it works sometimes it doesn't.

    GameManager.Instance.GetSessions().Values
     
  2. Wulf

    Wulf Community Admin

    Covalence doesn’t use PlayerSession, it would be IPlayer.

    players.All
     
  3. Kinda got it working, thanks @Wulf