Removed debug code

master
gnomerd 5 years ago
parent 1b3f84d534
commit eb07a249f3
  1. 2
      gamemode/engine/derma/menus/menu_character.lua

@ -59,8 +59,6 @@ local function checkNameString( name )
if( n >= #strTbl && char == " " && strTbl[n-1] ~= " " ) then strTbl[i] = nil end -- remove the spaces at the end if( n >= #strTbl && char == " " && strTbl[n-1] ~= " " ) then strTbl[i] = nil end -- remove the spaces at the end
end end
end end
PrintTable( strTbl )
print( #strTbl >= 3 )
end end
local pages = { local pages = {

Loading…
Cancel
Save