From a931affaef003c772ded1b0bb4eb735c73641db2 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 21 Jun 2017 09:32:32 +1000 Subject: [PATCH] Fix final use of #ifndef MENUQC --- qcsrc/common/gamemodes/gamemode/onslaught/onslaught.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/gamemodes/gamemode/onslaught/onslaught.qc b/qcsrc/common/gamemodes/gamemode/onslaught/onslaught.qc index afbd31842..ae4d7a491 100644 --- a/qcsrc/common/gamemodes/gamemode/onslaught/onslaught.qc +++ b/qcsrc/common/gamemodes/gamemode/onslaught/onslaught.qc @@ -1,6 +1,6 @@ #include "onslaught.qh" -#ifndef MENUQC +#ifdef GAMEQC REGISTER_NET_LINKED(ENT_ONSCAMERA) #endif -- 2.39.2