SERVER: Fix crash when calling th_diewunder on item_radio

This commit is contained in:
cypress 2023-07-17 12:48:29 -04:00
parent 90a6c38bd5
commit 941891499c

View file

@ -111,6 +111,7 @@ void() item_radio =
self.health = 1;
self.radioState = 0;
self.th_die = radio_hit;
self.th_diewunder = SUB_Null;
};
/* ================