From 93b0557ca16c01422de50fda7f3dd92a16bb6b7a Mon Sep 17 00:00:00 2001 From: kervala Date: Mon, 19 Dec 2016 09:26:28 +0100 Subject: [PATCH] Fixed: Wrong argument checked --- code/ryzom/server/src/entities_game_service/admin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/server/src/entities_game_service/admin.cpp b/code/ryzom/server/src/entities_game_service/admin.cpp index 585b4c1a8..a969b3c19 100644 --- a/code/ryzom/server/src/entities_game_service/admin.cpp +++ b/code/ryzom/server/src/entities_game_service/admin.cpp @@ -5489,7 +5489,7 @@ NLMISC_COMMAND (webExecCommand, "Execute a web command", " 8) { if (command_args[8] != "*") { - NLMISC::fromString(command_args[7], z); + NLMISC::fromString(command_args[8], z); } }