Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
tenplus1 authored Apr 23, 2024
1 parent 6266f04 commit 58094c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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", "")
Expand Down

0 comments on commit 58094c8

Please sign in to comment.