Error when server start
16:58 [Error] Exception while calling NextTick callback (InvalidOperationException: Collection was modified; enumeration operation may not execute.)
  at System.ThrowHelper.ThrowInvalidOperationException (System.ExceptionResource resource) [0x0000b] in <a8ed250850854b439cedc18931a314fe>:0 
  at System.Collections.Generic.List`1+Enumerator[T].MoveNextRare () [0x00013] in <a8ed250850854b439cedc18931a314fe>:0 
  at System.Collections.Generic.List`1+Enumerator[T].MoveNext () [0x0004a] in <a8ed250850854b439cedc18931a314fe>:0 
  at Oxide.Core.Logging.CompoundLogger.AddLogger (Oxide.Core.Logging.Logger logger) [0x0002a] in <b0a93b504f034a0db8b1c3d2503c0987>:0 
  at Oxide.Core.Unity.Plugins.UnityCore.<InitLogging>b__2_0 () [0x00015] in <7a323aeac14b48a99f29c0a85d264f82>:0 
  at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <b0a93b504f034a0db8b1c3d2503c0987>:0 

Oxide.Rust Version: 2.0.4442

You cannot modify the collection you took enumerator from (usually a foreach loop), while iterating through it. Use the for loop instead
so, it's a plugin fault... and this is the only time I have this error, it will be complicated to find him...

Thanks for you answer
Tanki
so, it's a plugin fault... and this is the only time I have this error, it will be complicated to find him...

Thanks for you answer
It looks like the error is coming from oxide's internal code according to logs. So might be Wulf should look into that issue.
oh ok, thanks for tip chevski.