Skip to content

Commit 67b732a

Browse files
author
karel26
committed
Merge branch 'development'
2 parents 4c33318 + 6ecf824 commit 67b732a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/scheduler/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ async def restart_mission(self, server: Server, config: dict, rconf: dict, max_w
318318
os.path.basename(mission))
319319
else:
320320
primary = mission
321-
secondary = os.path.join(os.path.dirname(mission), '.dcssb', os.bath.basename(mission))
321+
secondary = os.path.join(os.path.dirname(mission), '.dcssb', os.path.basename(mission))
322322
if os.path.normpath(filename).lower() in [
323323
os.path.normpath(primary).lower(),
324324
os.path.normpath(secondary).lower()

0 commit comments

Comments
 (0)