EvEmu-Project / evemu_Crucible

Emulator for EvE Online's Crucible expansion
https://evemu.dev
168 stars 65 forks source link

Fix for GiveCash not working #279

Closed d10sfan closed 10 months ago

d10sfan commented 10 months ago

Fixes a comment in https://github.com/EvEmu-Project/evemu_Crucible/issues/273

The GiveCash function (For both adding to a corp wallet and sending cash to another player) sends a PyString instead of a PyWString. I am unsure if this applies to all instances of GiveCash, so I've added support for both a PyString and PyWString.

I also was able to successfully test that I can send money to my corp, send money to a character, and that the reason shows up correctly (or shows No Reason Given).