Fix snippet text color

master
Wuzzy 2020-09-10 15:48:02 +02:00
parent e37bd5b097
commit 859f4498e1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
tt.register_snippet(function(itemstring)
local def = minetest.registered_items[itemstring]
if def._tt_help then
return def._tt_help, false
return def._tt_help
end
end)