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); } }