From 104b16dccdff33a45f01f1ec0dd193fda59f8bf2 Mon Sep 17 00:00:00 2001 From: Violent <128183707+realviolent@users.noreply.github.com> Date: Mon, 5 Feb 2024 03:18:02 +0100 Subject: [PATCH] Show() instead of Hide() If no clip disabled (#321) Show() instead of Hide() If no clip disabled (IW5 game interface) --- GameFiles/GameInterface/_integration_iw5.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameFiles/GameInterface/_integration_iw5.gsc b/GameFiles/GameInterface/_integration_iw5.gsc index fd4d652a..6dfc6a7c 100644 --- a/GameFiles/GameInterface/_integration_iw5.gsc +++ b/GameFiles/GameInterface/_integration_iw5.gsc @@ -193,7 +193,7 @@ NoClipImpl() self God(); self Noclip(); - self Hide(); + self Show(); SetDvar( "sv_cheats", 0 );