mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-13 23:14:59 +01:00
unstable whisper, now you can dm your friend(if you have any lol)
This commit is contained in:
@@ -16,7 +16,9 @@ namespace PemukulPaku.GameServer.Handlers.Two
|
||||
|
||||
if(user is not null)
|
||||
{
|
||||
Player player = new(user);
|
||||
Player? player = Session.FromUid(user.Uid)?.Player;
|
||||
player ??= new(user);
|
||||
|
||||
Rsp.CardData = new()
|
||||
{
|
||||
Uid = player.User.Uid,
|
||||
|
||||
Reference in New Issue
Block a user