Closed Edward-Bakker closed 4 years ago
Potential fix for #682 if @shazoo-o's findings are true
Co-Authored-By: shazoo-o shazoo-o@users.noreply.github.com
Resolves #682
Fixes picked up money returning "ANY"
[x] I have tested my changes and corrected any errors found
Tested in the Debug console, works AFAIK
private _value = 0; // Tried values 0, 2500000, 250000000, 100000, etc. all work private _pickupLimit = 100000; _value = _value min _pickupLimit;
Potential fix for #682 if @shazoo-o's findings are true
Co-Authored-By: shazoo-o shazoo-o@users.noreply.github.com
Resolves #682
Changes proposed in this pull request:
Fixes picked up money returning "ANY"
[x] I have tested my changes and corrected any errors found