diff --git a/code/ryzom/server/src/entities_game_service/mission_manager/missions_commands.cpp b/code/ryzom/server/src/entities_game_service/mission_manager/missions_commands.cpp index e97043a9d..b612f7a59 100644 --- a/code/ryzom/server/src/entities_game_service/mission_manager/missions_commands.cpp +++ b/code/ryzom/server/src/entities_game_service/mission_manager/missions_commands.cpp @@ -49,7 +49,7 @@ using namespace std; NLMISC_COMMAND( forceMissionProgress,"debug command used to trigger debug commands","" ) { - if (args.empty() || args.size() > 3) + if (args.size() != 1) return false; CEntityId id; id.fromString( args[0].c_str() );