Found an exception at the last part of the protocol, while the client was doing a request. Even attempting a rollback triggers it still:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 565, in script
jump client_customization
ScriptError: could not find label 'client_customization'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 565, in script
jump client_customization
File "D:\Itch.io\DroneTechnician-1.0-pc\renpy\ast.py", line 1695, in execute
rv = renpy.game.script.lookup(target)
File "D:\Itch.io\DroneTechnician-1.0-pc\renpy\script.py", line 894, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'client_customization'.
Windows-8-6.2.9200
Ren'Py 7.3.0.271
Drone Technician 1.0
Fri Mar 01 17:21:28 2024
[/code]