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