Fixed amethyst node bug and made it not narrate bridges as water

This commit is contained in:
shoaib11120
2022-01-26 13:39:32 +05:30
parent 527ce89dd3
commit 5c59d0fa1e
3 changed files with 11 additions and 6 deletions

View File

@@ -183,7 +183,7 @@ namespace stardew_access
}
});
helper.ConsoleCommands.Add("rfclear", "Clear the focus exclusions in the radar featrure.", (string commmand, string[] args) =>
helper.ConsoleCommands.Add("reclear", "Clear the focus exclusions in the radar featrure.", (string commmand, string[] args) =>
{
MainClass.radarFeature.exclusions.Clear();
MainClass.monitor.Log($"Cleared the focus list in the exclusions feature.", LogLevel.Info);