Adventure-Terraria-Server-Project / HouseRegions-Plugin

House Regions plugin for Terraria Server API and TShock.
GNU General Public License v3.0
6 stars 18 forks source link

/house unshare Error #8

Closed CoderCow closed 9 years ago

CoderCow commented 10 years ago

System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeException() at System.Collections.Generic.List1.RemoveAt(Int32 index) at TShockAPI.DB.Region.RemoveID(Int32 id) at TShockAPI.DB.RegionManager.RemoveUser(String regionName, String userName) at Terraria.Plugins.CoderCow.HouseRegions.UserInteractionHandler.HouseUnshareCommand_Exec(CommandArgs args) at Terraria.Plugins.CoderCow.HouseRegions.UserInteractionHandler.TryExecuteSubCommand(String commandNameLC, CommandArgs args) at Terraria.Plugins.CoderCow.HouseRegions.UserInteractionHandler.RootCommand_Exec(CommandArgs args) at Terraria.Plugins.Common.UserInteractionHandlerBase.<>c__DisplayClass2.<RegisterCommand>b__0(CommandArgs args) at TShockAPI.Command.Run(String msg, TSPlayer ply, List1 parms)