Skip to content

Commit

Permalink
filter with a capital f
Browse files Browse the repository at this point in the history
  • Loading branch information
OgelGames committed Feb 21, 2021
1 parent af87c9f commit 7ae2f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ minetest.register_node("digicontrol:filter", {
after_place_node = digilines.update_autoconnect,
after_destruct = digilines.update_autoconnect,
on_construct = function(pos)
minetest.get_meta(pos):set_string("formspec", "field[channel;Channel filter (empty for any);${channel}]")
minetest.get_meta(pos):set_string("formspec", "field[channel;Channel Filter (empty for any);${channel}]")
end,
on_receive_fields = function(pos, _, fields, sender)
if minetest.is_protected(pos, sender:get_player_name()) then return end
Expand Down

0 comments on commit 7ae2f1c

Please sign in to comment.