mirror of
https://github.com/minetest-mods/mesecons.git
synced 2026-01-02 13:55:18 +01: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