mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-13 07:24:52 +01:00
Add missing Frame = user.ProfileFrame
This commit is contained in:
@@ -109,7 +109,7 @@ namespace EpinelPS.LobbyServer
|
|||||||
Level = user.userPointData.UserLevel,
|
Level = user.userPointData.UserLevel,
|
||||||
Exp = user.userPointData.ExperiencePoint,
|
Exp = user.userPointData.ExperiencePoint,
|
||||||
CostumeLv = 1,
|
CostumeLv = 1,
|
||||||
Frame = 1,
|
Frame = user.ProfileFrame,
|
||||||
Icon = user.ProfileIconId,
|
Icon = user.ProfileIconId,
|
||||||
IconPrism = user.ProfileIconIsPrism,
|
IconPrism = user.ProfileIconIsPrism,
|
||||||
InfraCoreExp = user.InfraCoreExp,
|
InfraCoreExp = user.InfraCoreExp,
|
||||||
|
|||||||
Reference in New Issue
Block a user