mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Only 1 parameter for forceMissionProgress
--HG-- branch : develop
This commit is contained in:
parent
e69858491c
commit
bf7b51ca6c
1 changed files with 1 additions and 1 deletions
|
@ -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() );
|
||||
|
|
Loading…
Reference in a new issue