Thource / dude-wheres-my-stuff

BSD 2-Clause "Simplified" License
7 stars 14 forks source link

Add bank coins to CoinsStorageType #254

Closed yakitrakbot closed 3 months ago

yakitrakbot commented 3 months ago

Change that attempts to display the coins in your bank in the CoinStorageTab.

Thource commented 3 months ago

In StorageManagerManager.getStorages() you'll need to add to the coin storage conditional so that bank GP isn't counted twice, see line 192 of StorageManagerManager.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

yakitrakbot commented 3 months ago

Aha, good catch. I made an update with your suggestion.

Thource commented 3 months ago

Ty for the contribution :)