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
1 changed files with 1 additions and 1 deletions

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", "")