Fixed: Only 1 parameter for forceMissionProgress

--HG--
branch : develop
This commit is contained in:
kervala 2016-12-04 17:11:12 +01:00
parent e69858491c
commit bf7b51ca6c

View file

@ -49,7 +49,7 @@ using namespace std;
NLMISC_COMMAND( forceMissionProgress,"debug command used to trigger debug commands","<user>" )
{
if (args.empty() || args.size() > 3)
if (args.size() != 1)
return false;
CEntityId id;
id.fromString( args[0].c_str() );