From 3d6ef7d47a156037267eab99d064481803109d30 Mon Sep 17 00:00:00 2001 From: Andreas Date: Sat, 22 Feb 2020 10:03:10 +0100 Subject: [PATCH] uncheatified "fov" --- mp/src/game/server/client.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ) {