eebasso / Rimworld-Psychology-unofficial-v1.1-1.4

This is an unofficial update of The Word-Mule's Psychology mod for Rimworld. It's a complex overhaul to social interactions and adds a psyche system where each pawn is unique.
2 stars 5 forks source link

Log messages disabled where they shouldn't be #7

Open rwpsychology opened 1 year ago

rwpsychology commented 1 year ago

Looks like you've done a blanket find/replace for Log.Message to comment it out and disabled a lot of logging that you probably didn't mean to. Example: https://github.com/eebasso/Rimworld-Psychology-unofficial-v1.1-1.4/blob/cd4e66aff60c67dbdcad06eb512d5d3427142912/Source/1.4/Psychology/Main/Elections/LordJob_Joinable_Election.cs#L94

This message is only logged when the game is set to verbose logging and dev mode, so it doesn't seem like there's any reason to comment it out. Probably it will only create problems when someone tries to work on elections later and the game isn't outputting the debug info for no apparent reason.