fix check for char #32 tube (for creative inv, groups, etc)

master
Vanessa Ezekowitz 2015-06-11 00:44:42 -04:00
parent 8813b6d50e
commit 1382efc4e1
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ for i in ipairs(alnum_chars) do
end
end
if char == 32 then
if char == " " then
groups = {cracky = 2}
light = nil
description = S("Alphanumeric Nixie Tube")