mirror of
https://github.com/nzp-team/quakec.git
synced 2025-03-22 02:42:15 +00:00
SERVER: Remove trigger_setfire debug
This commit is contained in:
parent
3ea3d20e67
commit
ae7e3634fe
1 changed files with 0 additions and 1 deletions
|
@ -386,7 +386,6 @@ void() trigger_setfire_touch =
|
|||
void() trigger_setfire =
|
||||
{
|
||||
InitTrigger ();
|
||||
self.spawnflags = 3;
|
||||
self.touch = trigger_setfire_touch;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue