Skip to content

Commit 397f0f0

Browse files
committed
Fix Hybrid/Escort Autocompletion
I think at least lol, let me know if I did!
1 parent 5cadc81 commit 397f0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.opy

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ rule "End Control after 3 rounds":
367367

368368

369369
rule "End Hybrid/Escort if teams tie":
370-
@Condition GameMode == 1
370+
@Condition getCurrentGamemode() == Gamemode.ESCORT or getCurrentGamemode() == Gamemode.HYBRID
371371
@Condition teamScore(Team.1) == 3
372372
@Condition teamScore(Team.2) == 3
373373

0 commit comments

Comments
 (0)