mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 10:23:59 +00:00
add all weapon & skin on init and fix CallGS
This commit is contained in:
@@ -9,6 +9,6 @@ public class ActivityFace_Update : ICallGSHandler
|
||||
public async Task Handle(Connection connection, string param, ushort seqNo)
|
||||
{
|
||||
// TODO: process face equip/unequip state and return the next face to display
|
||||
await CallGSRouter.SendScript(connection, "ActivityFace_Update", "{\"nFaceId\":0,\"nId\":0,\"nType\":0}", seqNo);
|
||||
await CallGSRouter.SendScript(connection, "ActivityFace_Update", "{\"nFaceId\":0,\"nId\":0,\"nType\":0}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user