]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
items: remove override of Item_Think() in Item_InitializeLoot()
authorbones_was_here <bones_was_here@xonotic.au>
Wed, 14 Jun 2023 11:41:02 +0000 (21:41 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Thu, 15 Jun 2023 20:36:27 +0000 (06:36 +1000)
commitf6055aabf1cf36b72605a57c4aa7a2a97c24810c
tree90ba67db9c89c372edb7d6c6c2641abfb59ce983
parent5606e7035655b105545cc7fbcbffa96e653b4e82
items: remove override of Item_Think() in Item_InitializeLoot()

This was preventing any updates being sent to CSQC for items spawned via
this code path (except the final deletion when the item expired).
qcsrc/server/items/spawning.qc