mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-07 10:00:24 +02:00
Remove "you hacker" strings, fix capitalization
This commit is contained in:
@ -122,7 +122,6 @@ minetest.register_node("mesecons_delayer:delayer_off_"..tostring(i), {
|
||||
|
||||
|
||||
minetest.register_node("mesecons_delayer:delayer_on_"..tostring(i), {
|
||||
description = S("You hacker you"),
|
||||
drawtype = "nodebox",
|
||||
tiles = {
|
||||
"mesecons_delayer_on_"..tostring(i)..".png",
|
||||
|
Reference in New Issue
Block a user