mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-13 15:34:36 +01:00
add nickname support, try to fix campaign stage save
This commit is contained in:
@@ -24,7 +24,7 @@ namespace nksrv.LobbyServer.Msgs.User
|
||||
response.User.Icon = 39900;
|
||||
response.User.LobbyJukebox = 2;
|
||||
response.ResetHour = 20;
|
||||
response.Nickname = "USER11143417";
|
||||
response.Nickname = user.Nickname;
|
||||
response.OutpostBattleTime = new NetOutpostBattleTime() { MaxBattleTime = 864000000000 ,MaxOverBattleTime = 12096000000000 };
|
||||
response.RepresentationTeam = new NetWholeUserTeamData() { TeamNumber = 1, Type = 2};
|
||||
response.RepresentationTeam.Slots.Add(new NetWholeTeamSlot() { Slot = 1 });
|
||||
|
||||
Reference in New Issue
Block a user