diff --git a/gamedata/sdktools.games/engine.csgo.txt b/gamedata/sdktools.games/engine.csgo.txt
index ae51bb27..f817d93d 100644
--- a/gamedata/sdktools.games/engine.csgo.txt
+++ b/gamedata/sdktools.games/engine.csgo.txt
@@ -176,9 +176,9 @@
 			"SetUserCvar"
 			{
 				/* Not 100% sure on this, why would windows change and not linux - TEST ME */
-				"windows"	"30"
-				"linux"		"68"
-				"mac"		"68"
+				"windows"	"31"
+				"linux"		"69"
+				"mac"		"69"
 			}
 			/**
 			 * CBaseClient::SetName(char  const*);
@@ -187,9 +187,9 @@
 			 */
 			"SetClientName"
 			{
-				"windows"	"29"
-				"linux"		"67"
-				"mac"		"67"
+				"windows"	"30"
+				"linux"		"68"
+				"mac"		"68"
 			}
 			/**
 			 * Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.