Format Style Fixes
This commit is contained in:
@@ -14001,6 +14001,8 @@
|
||||
}
|
||||
},
|
||||
"khorvodEventTransitWhitelist": {
|
||||
"bigmap": [9]
|
||||
"bigmap": [
|
||||
9
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -539,7 +539,7 @@ public class SeasonalEventService(
|
||||
}
|
||||
|
||||
var matchingTransitWhitelist = SeasonalEventConfig.KhorvodEventTransitWhitelist.GetValueOrDefault(locationBase.Base.Id, null);
|
||||
if (matchingTransitWhitelist is null )
|
||||
if (matchingTransitWhitelist is null)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user