13:59:50 🖵2 ERROR game An error occurred in the base update loop: System.Collections.Generic.KeyNotFoundException: The given key '267' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at StardewValley.GameLocation.getFish_PatchedBy<Rafseazz.RidgesideVillage>(GameLocation this, Single millisecondsAfterNibble, Int32 bait, Int32 waterDepth, Farmer who, Double baitPotency, Vector2 bobberTile, String locationName)
at StardewValley.Locations.Beach.getFish(Single millisecondsAfterNibble, Int32 bait, Int32 waterDepth, Farmer who, Double baitPotency, Vector2 bobberTile, String locationName)
at StardewValley.Tools.FishingRod.DoFunction_PatchedBy<Rafseazz.RidgesideVillage>(FishingRod this, GameLocation location, Int32 x, Int32 y, Int32 power, Farmer who)
at StardewValley.Tool.endUsing(GameLocation location, Farmer who)
at StardewValley.Game1.<>c__DisplayClass913_0.<UpdateControlInput>b__0()
at StardewValley.Game1.UpdateControlInput(GameTime time)
at StardewValley.Game1._update(GameTime gameTime)
at StardewValley.Game1.Update(GameTime gameTime)
at StardewModdingAPI.Framework.SCore.OnPlayerInstanceUpdating(SGame instance, GameTime gameTime, Action runUpdate)