From 1024eace6f342a340ef84583b2c0c97d657ad326 Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Fri, 24 Oct 2014 15:27:41 -0400 Subject: Use "we-" prefix for commands --- worldedit_commands/safe.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'worldedit_commands/safe.lua') diff --git a/worldedit_commands/safe.lua b/worldedit_commands/safe.lua index c6751c1..10652c7 100644 --- a/worldedit_commands/safe.lua +++ b/worldedit_commands/safe.lua @@ -26,11 +26,11 @@ safe_region = function(callback, nodes_needed) --save callback to call later safe_region_callback[name], safe_region_param[name] = callback, param - worldedit.player_notify(name, "WARNING: this operation could affect up to " .. count .. " nodes; type //y to continue or //n to cancel") + worldedit.player_notify(name, "WARNING: this operation could affect up to " .. count .. " nodes; type /we-y to continue or /we-n to cancel") end end -minetest.register_chatcommand("/y", { +minetest.register_chatcommand("we-y", { params = "", description = "Confirm a pending operation", func = function(name) @@ -52,7 +52,7 @@ minetest.register_chatcommand("/y", { end, }) -minetest.register_chatcommand("/n", { +minetest.register_chatcommand("we-n", { params = "", description = "Confirm a pending operation", func = function(name) -- cgit v1.2.3