diff --git a/code/ryzom/client/src/commands.cpp b/code/ryzom/client/src/commands.cpp index e8c1178c8..5f56c5ab6 100644 --- a/code/ryzom/client/src/commands.cpp +++ b/code/ryzom/client/src/commands.cpp @@ -4031,15 +4031,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). @@ -5855,6 +5846,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", "") {