Fix command params check on fcache expire <datetime>
Thanks coyled
This commit is contained in:
Justin Clark-Casey (justincc)
2010-01-29 21:52:13 +00:00
parent 0cf88b34c9
commit 7b53067d6d

View File

@@ -762,7 +762,7 @@ namespace Flotsam.RegionModules.AssetCache
case "expire":
if (cmdparams.Length >= 3)
if (cmdparams.Length < 3)
{
m_log.InfoFormat("[FLOTSAM ASSET CACHE] Invalid parameters for Expire, please specify a valid date & time", cmd);
break;