Added comments

master
El Al 5 years ago
parent 7d535482fb
commit 719ee62f7d
  1. 2
      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

Loading…
Cancel
Save