mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-14 00:04:40 +01:00
CharacterCommand works perfectly i guess
This commit is contained in:
@@ -89,6 +89,7 @@ namespace AscNet.GameServer.Handlers
|
||||
fashionSync.FashionList.Add(addRet.Fashion);
|
||||
notifyCharacterData.CharacterDataList.Add(addRet.Character);
|
||||
session.SendPush(notifyEquipData);
|
||||
session.SendPush(fashionSync);
|
||||
session.SendPush(notifyCharacterData);
|
||||
}
|
||||
catch (ServerCodeException ex)
|
||||
|
||||
Reference in New Issue
Block a user