No overload for method `ToString' takes `1' argumentsSolved

Error while compiling: TimedCommandBlocker.cs(156,50): error CS1501: No overload for method `ToString' takes `1' arguments

How to fix?

Can't reproduce the error in my environment on Rust server. Maybe it's somehow related to HurtWorld specific.
5f23e353340b1.png MONaH
Can't reproduce the error in my environment on Rust server. Maybe it's somehow related to HurtWorld specific.
  1. UnityEngine is not universal, so it will fail on any game not using Unity
  2. SaveRestore is Rust-specific, other games will not have that; hence failed builds on other games
Right now this plugin is Rust only, but is marked as being Universal. I've set it to Rust-only until those are fixed.
Well, as far as I can see, all versions contain 'SaveRestore', so I assume it wasn't universal from the beginning and shouldn't be marked as universal.
5f23e353340b1.png MONaH
Well, as far as I can see, all versions contain 'SaveRestore', so I assume it wasn't universal from the beginning and shouldn't be marked as universal.

Yup, not sure why it was.

Locked automatically