mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Show() instead of Hide() If no clip disabled (#321)
Show() instead of Hide() If no clip disabled (IW5 game interface)
This commit is contained in:
@ -193,7 +193,7 @@ NoClipImpl()
|
|||||||
|
|
||||||
self God();
|
self God();
|
||||||
self Noclip();
|
self Noclip();
|
||||||
self Hide();
|
self Show();
|
||||||
|
|
||||||
SetDvar( "sv_cheats", 0 );
|
SetDvar( "sv_cheats", 0 );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user