1
0
mirror of https://github.com/mt-mods/signs_lib.git synced 2024-09-27 14:30:20 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -944,7 +944,7 @@ function signs_lib.after_place_node(pos, placer, itemstack, pointed_thing, locke
local signname = itemstack:get_name() 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", "") 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, "_yard", "")
no_wall_name = string.gsub(no_wall_name, "_hanging", "") no_wall_name = string.gsub(no_wall_name, "_hanging", "")