From b67bd1027894a573d0ed17f37eb68d4f565eff18 Mon Sep 17 00:00:00 2001 From: ulukyn Date: Mon, 5 Mar 2018 14:55:11 +0100 Subject: [PATCH] Changed: move /url command to FINAL_VERSION section --HG-- branch : compatibility-develop --- code/ryzom/client/src/commands.cpp | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/code/ryzom/client/src/commands.cpp b/code/ryzom/client/src/commands.cpp index 7c33edb90..a10b61e73 100644 --- a/code/ryzom/client/src/commands.cpp +++ b/code/ryzom/client/src/commands.cpp @@ -4028,15 +4028,6 @@ NLMISC_COMMAND(displayActionCounter, "display the action counters", "") return true; } - -NLMISC_COMMAND (url, "launch a browser to the specified url", "") -{ - if (args.size () != 1) - return false; - - return openURL(args[0]); -} - NLMISC_COMMAND( reconnect, "Reconnect to the same shard (self Far TP)", "") { // If the server is up, the egs will begin the quit sequence (shortened only if we are in edition or animation mode). @@ -5852,6 +5843,14 @@ NLMISC_COMMAND(failMission, "clear the content of a mission", "") // *************************************************************************** +NLMISC_COMMAND (url, "launch a browser to the specified url", "") +{ + if (args.size () != 1) + return false; + + return openURL(args[0]); +} + NLMISC_COMMAND(em, "emote command", "") {