diff --git a/quakec/basemod/spectate.qc b/quakec/basemod/spectate.qc index e675c4409..9e83e93a0 100644 --- a/quakec/basemod/spectate.qc +++ b/quakec/basemod/spectate.qc @@ -9,6 +9,8 @@ // // --- Zoid. +#ifndef NETQUAKE + /* =========== SpectatorConnect @@ -77,4 +79,4 @@ void() SpectatorThink = SpectatorImpulseCommand(); }; - +#endif \ No newline at end of file