修复小猪存储罐bug
This commit is contained in:
parent
5f26f31e39
commit
6a35dd1345
@ -66,7 +66,6 @@ func (p *PiggyBankMod) Trigger() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (p *PiggyBankMod) BackData() *msg.ResPiggyBank {
|
func (p *PiggyBankMod) BackData() *msg.ResPiggyBank {
|
||||||
return &msg.ResPiggyBank{}
|
|
||||||
return &msg.ResPiggyBank{
|
return &msg.ResPiggyBank{
|
||||||
Type: int32(p.Type),
|
Type: int32(p.Type),
|
||||||
EndTime: int32(p.EndTime),
|
EndTime: int32(p.EndTime),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user