Crotalus
Crotalus
Another reason: Less risk of overwriting data if two processes updates the row right after eachother, the second process could have "stale" unchanged fields that shouldn't be stored in the...
Closing pull request
I closed it due to me being sloppy and committing some stuff to master instead of a specific feature-branch polluting this request :)
Desyncing in a live game with someone is with all probability due to differences in the running game code, in the logs provided it happens right after > debug: Loading...
Hmm once I had a similar problem, that time I had a zip-file in mods folder at the same time as an "unzipped" version of the mod, so the game...
Does this mean that all sim-side mods uploaded in modvault need its own git-repository? Or is all those mods in the same repository and we somehow extract the correct commit...
Sounds like a very good idea. Also, mods should also use this manager instead of settings their own keys all over the preferences. Maybe can overload the current Prefs object...