Skip to content

Commit 9643e4f

Browse files
gsmarioBlyron
authored andcommitted
modified manualcontrol.py script
1 parent d9cfc79 commit 9643e4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PythonAPI/examples/manual_control.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,6 +1201,8 @@ def render(self, display):
12011201
def get_post_process_profile(self, map_name: str) -> str:
12021202
if "Town10HD_Opt" in map_name:
12031203
return "Town10HD_Opt"
1204+
if "Town_C" in map_name:
1205+
return "Town_C"
12041206
return "Default"
12051207

12061208
@staticmethod

0 commit comments

Comments
 (0)