InvalidOperationException at CommandDepositFixed

Good afternoon. I use your economy plugin. I tried to issue coins to all players through the command (deposit * 10000), but writes an error. Maybe I'm doing something wrong?

[18:50:22]Failed to call hook 'CommandDeposit' on plugin 'Economics v3.8.5' (InvalidOperationException: Collection was modified; enumeration operation may not execute.)
at System.Collections.Generic.Dictionary`2+KeyCollection+Enumerator[TKey,TValue].MoveNext () [0x00013] in <eae584ce26bc40229c1b1aa476bfa589>:0
at Oxide.Plugins.Economics.CommandDeposit (Oxide.Core.Libraries.Covalence.IPlayer player, System.String command, System.String[] args) [0x000e9] in <e87c7f7cb3ec45aaa063317f5e3ca374>:0
at Oxide.Plugins.Economics.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00c26] in <e87c7f7cb3ec45aaa063317f5e3ca374>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <31122a27a2414cd799150f8677cf39d4>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <c2afd8354b8b4f3ca451cf5a1aa111c3>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <c2afd8354b8b4f3ca451cf5a1aa111c3>:0​

Thanks for the report! I'll take a look when able.

Locked automatically