flame: disable utility setup in prelaunch hook

This commit is contained in:
Jakub Jezek 2022-02-16 17:19:59 +01:00
parent 0e99b4cb51
commit eec2e68dc4
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -89,7 +89,7 @@ class FlamePrelaunch(PreLaunchHook):
app_arguments = self._get_launch_arguments(data_to_script)
opfapi.setup(self.launch_context.env)
# opfapi.setup(self.launch_context.env)
self.launch_context.launch_args.extend(app_arguments)