If I try to give 50,000,000,000 ISK from one pilot to another (People & Places window, right click on the player, click “Give Money”), the game no longer lets me. Instead, it changes any larger value than 2,147,483,647 to 2,147,483,647 (which is 32-bit signed INT max value). Was this an intentional change? I couldn’t find any mention of this in the dev logs or on the forums. It makes working with multiple pilots much harder when you need to move assets around. Please change this back to a 64-bit variable?