From: TimePath Date: Tue, 10 Apr 2018 10:01:11 +0000 (+1000) Subject: Properly name the ENT_CLIENT_ITEM_simple shutdown hook X-Git-Tag: xonotic-v0.8.5~2190 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=fa89cf0047117339465be3fecefd15e8bc050b9f Properly name the ENT_CLIENT_ITEM_simple shutdown hook --- diff --git a/qcsrc/common/t_items.qc b/qcsrc/common/t_items.qc index 92e0eef417..956b1cbe07 100644 --- a/qcsrc/common/t_items.qc +++ b/qcsrc/common/t_items.qc @@ -156,7 +156,7 @@ STATIC_INIT(ENT_CLIENT_ITEM_simple) { HM_NEW(ENT_CLIENT_ITEM_simple); } -SHUTDOWN(CTX_cache) +SHUTDOWN(ENT_CLIENT_ITEM_simple) { HM_DELETE(ENT_CLIENT_ITEM_simple); }