PintTheDragon
PintTheDragon
One issue I've seen is that some people might edit a string in a config, and it creates a parsing error because they forgot to surround it with single quotes....
I'd like to wrap string values in quotes during serialization, if it's possible to do so safely. YamlDotNet is being used to handle configuration files, and one of the biggest...
I made the following change: https://github.com/SCPStats/Plugin/commit/5aa8a29e1deddd4c297482bde3a8ff213924a8cf. I accidentally added `Coal` a second time. Why this isn't a compiler error is beyond me, but I suspect it does result in a...