trigger_cdaudio: don't touch anything but clients
This commit is contained in:
parent
a9e2a37f51
commit
67d9509f63
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ class trigger_cdaudio : CBaseTrigger
|
|||
|
||||
void trigger_cdaudio :: Trigger ( void )
|
||||
{
|
||||
if (!other.flags & FL_CLIENT) {
|
||||
return;
|
||||
}
|
||||
#ifdef GS_DEVELOPER
|
||||
print( sprintf( "%s::Trigger: CD Track %i requested\n",
|
||||
this.classname, m_iCDTrack ) );
|
||||
|
|
Loading…
Reference in a new issue