mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-13 14:14:34 +01:00
unstable whisper, now you can dm your friend(if you have any lol)
This commit is contained in:
@@ -154,5 +154,10 @@ namespace PemukulPaku.GameServer
|
||||
{
|
||||
return Id;
|
||||
}
|
||||
|
||||
public static Session? FromUid(uint uid)
|
||||
{
|
||||
return Server.GetInstance().Sessions.FirstOrDefault(s => s.Value.Player.User.Uid == uid).Value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user