From: Mario Date: Sun, 10 Jun 2018 03:48:12 +0000 (+1000) Subject: Fix a missed use of SUB_UseTargets X-Git-Tag: xonotic-v0.8.5~2092 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=dcd6c37fb6da83b3876ff85dea661a5ea611c26f;p=xonotic%2Fxonotic-data.pk3dir.git Fix a missed use of SUB_UseTargets --- diff --git a/qcsrc/server/item_key.qc b/qcsrc/server/item_key.qc index 066fef345..e939a5faa 100644 --- a/qcsrc/server/item_key.qc +++ b/qcsrc/server/item_key.qc @@ -1,6 +1,7 @@ #include "item_key.qh" #include "../common/mapobjects/subs.qh" +#include #include "../common/monsters/_mod.qh" #include "../common/notifications/all.qh" #include "../common/util.qh"