refactor: use var

This commit is contained in:
Anna 2021-03-21 22:16:38 -04:00
parent 836a8cf529
commit 946f86f359
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ namespace Tourist {
});
Map? lastMap = null;
bool lastTree = false;
var lastTree = false;
foreach (var (idx, adventure) in adventures) {
if (this.Plugin.Config.OnlyShowCurrentZone && adventure.Level.Value.Territory.Row != this.Plugin.Interface.ClientState.TerritoryType) {