1
0
mirror of https://github.com/mt-mods/signs_lib.git synced 2025-07-03 08:10:26 +02:00
fix typo
This commit is contained in:
tenplus1
2024-04-23 14:53:02 +01:00
committed by GitHub
parent 6266f04bf1
commit 58094c8690

View File

@ -944,7 +944,7 @@ function signs_lib.after_place_node(pos, placer, itemstack, pointed_thing, locke
local signname = itemstack:get_name()
-- incase player has sign nodes they shouldnt, remove extensions for normal sign
-- in case player has sign nodes they shouldn't, remove extensions for normal sign
local no_wall_name = string.gsub(signname, "_wall", "")
no_wall_name = string.gsub(no_wall_name, "_yard", "")
no_wall_name = string.gsub(no_wall_name, "_hanging", "")