mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 13:23:58 +00:00
refactor manager & add giveall command
- giveall only weapon for now - move all item into SyncPlayer to prevent RspLogin too large
This commit is contained in:
@@ -22,12 +22,6 @@ public class Lineup_Update : ICallGSHandler
|
||||
await CallGSRouter.SendScript(connection, "UpdateLineup", "{}");
|
||||
return;
|
||||
}
|
||||
|
||||
var rsp = new NtfSyncLineup
|
||||
{
|
||||
Lineup = formation.ToProto()
|
||||
};
|
||||
await connection.SendPacket(CmdIds.NtfSyncLineup, rsp);
|
||||
await CallGSRouter.SendScript(connection, "UpdateLineup", "{}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user