mirror of
https://github.com/mt-mods/nixie_tubes.git
synced 2024-12-04 21:23:47 +01:00
fix check for char #32 tube (for creative inv, groups, etc)
This commit is contained in:
parent
8813b6d50e
commit
1382efc4e1
2
init.lua
2
init.lua
@ -263,7 +263,7 @@ for i in ipairs(alnum_chars) do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if char == 32 then
|
if char == " " then
|
||||||
groups = {cracky = 2}
|
groups = {cracky = 2}
|
||||||
light = nil
|
light = nil
|
||||||
description = S("Alphanumeric Nixie Tube")
|
description = S("Alphanumeric Nixie Tube")
|
||||||
|
Loading…
Reference in New Issue
Block a user