mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-20 18:52:36 +00:00
SERVER: Fix crash when calling th_diewunder on item_radio
This commit is contained in:
parent
90a6c38bd5
commit
941891499c
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ void() item_radio =
|
|||
self.health = 1;
|
||||
self.radioState = 0;
|
||||
self.th_die = radio_hit;
|
||||
self.th_diewunder = SUB_Null;
|
||||
};
|
||||
|
||||
/* ================
|
||||
|
|
Loading…
Reference in a new issue