Bluefissure/HousingPos

Don't force culture

Closed this issue · 2 comments

Changing the culture the way HousingPos does affects all plugins and leads to confusing bugs. Culture-aware methods using the Invariant culture can be used instead.

Thanks! Will push a fix tomorrow!

Thanks, I removed the force culture in 00d8e9f.
It seems the parsing error from culture only happens when communicating with bdth so I only add Invariant culture there.