mirror of
https://github.com/hermansimensen/eventqueue-fix.git
synced 2025-12-06 18:08:27 +00:00
remove debug line
This commit is contained in:
parent
afcde35d3c
commit
c5c19e9aea
@ -351,7 +351,6 @@ public void ServiceEvent(event_t event)
|
||||
targetEntity = FindEntityByName(-1, event.target, event.caller, event.activator, event.caller);
|
||||
if(targetEntity != -1)
|
||||
{
|
||||
PrintToChat(event.activator, "killing!");
|
||||
AcceptEntityInput(targetEntity, event.targetInput, event.activator, event.caller, event.outputID);
|
||||
} else
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user