Argument out of range exceptionFixed
I am getting this in console.

ArgumentOutOfRangeException: Index and length must refer to a location within the string. Parameter name: length
System.String.Substring (System.Int32 startIndex, System.Int32 length) (at <fb001e01371b4adca20013e0ac763896>:0) Oxide.Plugins.SyncPipes+DataStore1_0+<BufferedSave>c__Iterator0.MoveNext () (at <32ae239a2e23494699bcce29de2b9442>:0) UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at <745c4d442eef4e08b35b5975d62d89d1>:0

Thanks for the report.
I think I have found the cause. It is when it reports the save duration. I don't think this will affect the saving of the pipes.

I'll try and get a fix for this out shortly.

Released v0.9.17 which should fix this issue.

Locked automatically