mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-21 19:34:40 +01:00
misc changes
This commit is contained in:
@@ -17,7 +17,7 @@ namespace nksrv.LobbyServer.Msgs.User
|
||||
var r = new ResProfileCardDecorationLayout();
|
||||
r.Layout = new ProfileCardDecorationLayout();
|
||||
r.Layout.BackgroundId = 101002;
|
||||
await WriteDataAsync(r);
|
||||
await WriteDataAsync(r);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,8 +15,9 @@ namespace nksrv.LobbyServer.Msgs.User
|
||||
var req = await ReadData<ReqGetUserTitleList>();
|
||||
|
||||
var r = new ResGetUserTitleList();
|
||||
r.UserTitleList.Add(new NetUserTitle() { UserTitleId = 1 });
|
||||
|
||||
await WriteDataAsync(r);
|
||||
await WriteDataAsync(r);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user