mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-16 17:04:44 +01:00
Fix inventory system crash
Forgot to assign position value
This commit is contained in:
@@ -32,7 +32,7 @@ namespace nksrv.LobbyServer.Msgs.User
|
||||
response.RepresentationTeam = user.RepresentationTeamData;
|
||||
|
||||
response.LastClearedNormalMainStageId = user.LastNormalStageCleared;
|
||||
|
||||
|
||||
// Restore completed tutorials. GroupID is the first 4 digits of the Table ID.
|
||||
foreach (var item in user.ClearedTutorialData)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user