Skip to content

Commit 415abee

Browse files
authored
fix: mtriggers not running on mel (#70)
1 parent 114462c commit 415abee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srconfigs/srconfigs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ sar_function non_cat_only cond "!?category=$1" $+2
355355
// Add the mtrigger categories and the sar_on_load execs
356356
// We do this *after* running the category exec, so that no_mtriggers is set if
357357
// necessary
358-
cond "game=portal2" exec mtriggers/mtriggers
358+
cond "game=portal2 | game=mel" exec mtriggers/mtriggers
359359
360360
// Same for the chapter categories
361361
cond "!game=reloaded" sar_function run_cur_chapter "svar_set __cur_chapter $'$chapter$'; chapter_il"

0 commit comments

Comments
 (0)