diff --git a/sp/src/game/server/hl2/weapon_flaregun.cpp b/sp/src/game/server/hl2/weapon_flaregun.cpp index 12362ec1..d3fd6b15 100644 --- a/sp/src/game/server/hl2/weapon_flaregun.cpp +++ b/sp/src/game/server/hl2/weapon_flaregun.cpp @@ -657,6 +657,8 @@ void CFlare::AddToActiveFlares( void ) } } +#if 0 + IMPLEMENT_SERVERCLASS_ST(CFlaregun, DT_Flaregun) END_SEND_TABLE() @@ -748,4 +750,6 @@ void CFlaregun::SecondaryAttack( void ) pFlare->SetMoveType( MOVETYPE_FLYGRAVITY, MOVECOLLIDE_FLY_BOUNCE ); WeaponSound( SINGLE ); -} \ No newline at end of file +} + +#endif