chr233 / ASFEnhance

ASF 扩展命令插件 / External commands for ASF
GNU Affero General Public License v3.0
503 stars 41 forks source link

Fix IPC ACG AccountIdGiftee wrong condigion #248

Closed GeorgijGrigoriev closed 6 months ago

GeorgijGrigoriev commented 6 months ago

Hello, i think there is mistake in condition where you checks that gift info isnt empty && accountGifteeId ==0 and then you try to get value of accountGifteeId. Changing == to != fix the problem, i tested this on my small farm.

chr233 commented 6 months ago

thanks