Fix parameter index error for mstore stats
The error occurred when trying to check the stats of a specific coll by name.
This commit is contained in:
parent
a00254a0ef
commit
708c687eea
@ -33,7 +33,7 @@ public class CmdMassiveCoreStoreStats extends MassiveCoreCommand
|
||||
}
|
||||
else
|
||||
{
|
||||
Coll<?> coll = this.readArg();
|
||||
Coll<?> coll = this.readArgAt(0);
|
||||
this.performColl(coll);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user