FormatException at HandledCommandArgumentsFixed

its working .. but gives this error in console .

(15:19:11) | Failed to call hook 'CommandRaidBase' on plugin 'RaidableBases v1.1.9' (FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.)
  at System.Text.StringBuilder.AppendFormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x000ff] in <437ba245d8404784b9fbab9b439ac908>:0 
  at System.String.FormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x00023] in <437ba245d8404784b9fbab9b439ac908>:0 
  at System.String.Format (System.String format, System.Object[] args) [0x00020] in <437ba245d8404784b9fbab9b439ac908>:0 
  at Oxide.Game.Rust.Libraries.Player.Message (BasePlayer player, System.String message, System.String prefix, System.UInt64 userId, System.Object[] args) [0x0001c] in <97b980b031054d0b929ca7c16d28d255>:0 
  at Oxide.Game.Rust.Libraries.Covalence.RustPlayer.Message (System.String message, System.String prefix, System.Object[] args) [0x00000] in <97b980b031054d0b929ca7c16d28d255>:0 
  at Oxide.Game.Rust.Libraries.Covalence.RustPlayer.Reply (System.String message, System.String prefix, System.Object[] args) [0x0000f] in <97b980b031054d0b929ca7c16d28d255>:0 
  at Oxide.Plugins.RaidableBases.HandledCommandArguments (BasePlayer player, Oxide.Core.Libraries.Covalence.IPlayer p, System.Boolean isAdmin, System.String[] args) [0x002ff] in <f9744ddc656a4854894199acee2e89ba>:0 
  at Oxide.Plugins.RaidableBases.CanCommandContinue (BasePlayer player, Oxide.Core.Libraries.Covalence.IPlayer p, System.String[] args, System.String& baseName, System.Int32& difficulty, System.Boolean isAdmin) [0x000dd] in <f9744ddc656a4854894199acee2e89ba>:0 
  at Oxide.Plugins.RaidableBases.CommandRaidBase (Oxide.Core.Libraries.Covalence.IPlayer p, System.String command, System.String[] args) [0x00185] in <f9744ddc656a4854894199acee2e89ba>:0 
  at Oxide.Plugins.RaidableBases.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0170a] in <f9744ddc656a4854894199acee2e89ba>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <008b12f41ec4452da1a5497eeb849299>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <ac41dd3599754d448b8c218b34645820>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <ac41dd3599754d448b8c218b34645820>:0
thanks, fixed in next update
Locked automatically