]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Properly name the ENT_CLIENT_ITEM_simple shutdown hook
authorTimePath <andrew.hardaker1995@gmail.com>
Tue, 10 Apr 2018 10:01:11 +0000 (20:01 +1000)
committerTimePath <andrew.hardaker1995@gmail.com>
Tue, 10 Apr 2018 10:01:11 +0000 (20:01 +1000)
qcsrc/common/t_items.qc

index 92e0eef417fe4e0ecd2523106de79e6c06482747..956b1cbe07e2735166bc8884e73cd9d6589f7070 100644 (file)
@@ -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);
 }