From 97d8f3e860b043c7c3f473130698aad9b5713c1a Mon Sep 17 00:00:00 2001 From: VegaZ Date: Mon, 12 Apr 2021 18:34:50 +0200 Subject: [PATCH] Remove NoClip Notification --- ReallifeGamemode.Client/Player/freecam.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Client/Player/freecam.ts b/ReallifeGamemode.Client/Player/freecam.ts index 2dbe1fbe..b21748d1 100644 --- a/ReallifeGamemode.Client/Player/freecam.ts +++ b/ReallifeGamemode.Client/Player/freecam.ts @@ -24,7 +24,7 @@ LCtrl: 17, Shift: 16 }; - mp.game.graphics.notify('~r~NoClip ~w~by ~b~Morbo'); + //mp.game.graphics.notify('~r~NoClip ~w~by ~b~Morbo'); var isNoClip = false; var noClipCamera; var shiftModifier = false;