mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 11:24:00 +00:00
MoneySync
This commit is contained in:
@@ -126,6 +126,8 @@ public class PacketNtfCallScript : BasePacket
|
||||
sync.Custom[Player.ToPackedAttrKey(gid, sid)] = val;
|
||||
sync.Custom[Player.ToShiftedAttrKey(gid, sid)] = val;
|
||||
}
|
||||
foreach (var (key, value) in Player.BuildMoneySync())
|
||||
sync.Money[key] = value;
|
||||
proto.ExtraSync = sync;
|
||||
|
||||
SetData(proto);
|
||||
|
||||
Reference in New Issue
Block a user