From 55af28d0bf13369c667bcc6dba34a1002611aba2 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 12 Jul 2021 17:39:58 -0500 Subject: [PATCH] Remove old commented code --- scripts/client/gui.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/client/gui.js b/scripts/client/gui.js index 684eb1c2..1f91c0b6 100644 --- a/scripts/client/gui.js +++ b/scripts/client/gui.js @@ -1094,11 +1094,6 @@ let showNewCharacter = function() { mexui.setInput(true); setHUDEnabled(false); newCharacter.window.shown = true; - - //gui.showCursor(true, false); - //localPlayer.invincible = true; - //localPlayer.setProofs(true, true, true, true, true); - //localPlayer.collisionsEnabled = false; } // ===========================================================================