Skip to content

Commit

Permalink
Update triggers.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Oct 9, 2024
1 parent cc03311 commit 4e3ae61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binary/dlls/triggers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ void PlayCDTrack( int iTrack )
continue;
}

if (ARENA != AgGametype() && CTF!= AgGametype())
if (ARENA != AgGametype() && CTF != AgGametype() && LMS != AgGametype())
{
if (iTrack == -1)
{
Expand Down

0 comments on commit 4e3ae61

Please sign in to comment.