From 1d5d3a1277211a4cf57168b7cc6272c73eddaf89 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 2 Jan 2020 20:02:27 -0500 Subject: [PATCH] Fix oversight with BuiltIn.prp python class name. --- korman/exporter/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/korman/exporter/manager.py b/korman/exporter/manager.py index dd847ce..bb1f801 100644 --- a/korman/exporter/manager.py +++ b/korman/exporter/manager.py @@ -145,7 +145,7 @@ class ExportManager: self._pack_agesdl_hook(age) sdl = self.add_object(plSceneObject, name="AgeSDLHook", loc=builtin) pfm = self.add_object(plPythonFileMod, name="VeryVerySpecialPythonFileMod", so=sdl) - pfm.filename = age + pfm.filename = korlib.replace_python2_identifier(age) # Textures.prp # FIXME: unconditional creation will overwrite any existing textures PRP. This should