diff --git a/mp/src/game/server/client.cpp b/mp/src/game/server/client.cpp index eced1df1..7b06f495 100644 --- a/mp/src/game/server/client.cpp +++ b/mp/src/game/server/client.cpp @@ -900,10 +900,11 @@ CON_COMMAND( give, "Give item to player.\n\tArguments: " ) //------------------------------------------------------------------------------ //------------------------------------------------------------------------------ -CON_COMMAND( fov, "Change players FOV" ) +CON_COMMAND( fov, "Change players FOV" ) //this is the "Fov" command { CBasePlayer *pPlayer = ToBasePlayer( UTIL_GetCommandClient() ); - if ( pPlayer && sv_cheats->GetBool() ) + //if ( pPlayer && sv_cheats->GetBool() ) + if ( pPlayer ) { if ( args.ArgC() > 1 ) {