We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When transitioning a level in a vehicle, and sometimes on foot, an error is thrown in the console:
AttributeError: 'NoneType' object has no attribute 'ExitPoints' At: C:\Program Files (x86)\Steam\steamapps\common\Borderlands 2\Binaries\Win32\Mods\BSABT\betterspawns.py(130): save_spawn_station C:\Program Files (x86)\Steam\steamapps\common\Borderlands 2\Binaries\Win32\Mods\BSABT\betterspawns.py(35): hk_save_game
AttributeError: 'NoneType' object has no attribute 'ExitPoints'
At: C:\Program Files (x86)\Steam\steamapps\common\Borderlands 2\Binaries\Win32\Mods\BSABT\betterspawns.py(130): save_spawn_station C:\Program Files (x86)\Steam\steamapps\common\Borderlands 2\Binaries\Win32\Mods\BSABT\betterspawns.py(35): hk_save_game
This occurs on foot for the northern transition from Three Horns Valley to Three Horns Divide.
I don't know how much of an issue this is, but it could return the wrong value to a hooked function.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When transitioning a level in a vehicle, and sometimes on foot, an error is thrown in the console:
This occurs on foot for the northern transition from Three Horns Valley to Three Horns Divide.
I don't know how much of an issue this is, but it could return the wrong value to a hooked function.
The text was updated successfully, but these errors were encountered: