Skip to content

Commit

Permalink
fix luacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxionary committed Mar 28, 2020
1 parent 8aacab1 commit 0655ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ globals = {
"irc",
"irc2",
"letters",
"maptools",
"mesecon",
"minetest",
"mobs",
Expand Down
2 changes: 1 addition & 1 deletion custom_items/maptools.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
minetest.register_node(":maptools:clean_glass", {
description = S("Unbreakable Clean Glass"),
description = "Unbreakable Clean Glass",
range = 12,
stack_max = 10000,
drawtype = "glasslike_framed_optional",
Expand Down

0 comments on commit 0655ddc

Please sign in to comment.