mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 21:24:27 +00:00
server: buttons: env_state: fix debug output
This commit is contained in:
parent
c9a3d89fa6
commit
d396ccf622
@ -310,9 +310,11 @@ void CEnvState::Think( void )
|
||||
{
|
||||
ALERT(at_console,"DEBUG: env_state \"%s\" turned itself off",STRING(pev->targetname));
|
||||
if (pev->target)
|
||||
{
|
||||
ALERT(at_console,": firing %s",STRING(pev->target));
|
||||
if (pev->noise2)
|
||||
ALERT(at_console," and %s",STRING(pev->noise2));
|
||||
}
|
||||
else if (pev->noise2)
|
||||
ALERT(at_console,": firing %s",STRING(pev->noise2));
|
||||
ALERT(at_console,".\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user