From 719ee62f7d001f7f3eb44efec09d09c27d403456 Mon Sep 17 00:00:00 2001 From: El Al Date: Sat, 31 Aug 2019 21:04:09 +0200 Subject: [PATCH] Added comments --- gamemode/core/sh_debug.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamemode/core/sh_debug.lua b/gamemode/core/sh_debug.lua index bf5ddbc..1037c82 100644 --- a/gamemode/core/sh_debug.lua +++ b/gamemode/core/sh_debug.lua @@ -7,7 +7,7 @@ --- This is used for debugging :D local prefix -if CLIENT then prefix = "[Quantum] : " else prefix = "" end +if CLIENT then prefix = "[Quantum] : " else prefix = "" end -- A little advertisement for the players function Quantum.Debug( txt ) if( txt ) then