mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-15 08:24:52 +01:00
use async for WriteData
This commit is contained in:
@@ -19,7 +19,7 @@ namespace nksrv.LobbyServer.Msgs
|
||||
var response = new ResGetGachaData();
|
||||
if (user.GachaTutorialPlayCount > 0)
|
||||
response.Gacha.Add(new NetUserGachaData() { GachaType = 3, PlayCount = 1 });
|
||||
WriteData(response);
|
||||
await WriteDataAsync(response);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user