mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-01-13 23:28:04 +03:00
Add missing parameter to ALERT in PlayCDTrack (#206)
* Add missing parameter to ALERT in PlayCDTrack
This commit is contained in:
parent
5afb52ffce
commit
3284313a21
@ -622,7 +622,7 @@ void PlayCDTrack(edict_t *pClient, int iTrack)
|
||||
|
||||
if (iTrack < -1 || iTrack > 30)
|
||||
{
|
||||
ALERT(at_console, "TriggerCDAudio - Track %d out of range\n");
|
||||
ALERT(at_console, "TriggerCDAudio - Track %d out of range\n", iTrack);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user