Some misc fixes

This commit is contained in:
hondacrx
2022-06-29 11:06:53 -04:00
parent 38632ce132
commit 57d3221a93
4 changed files with 58 additions and 3 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ namespace Game
}
string areaIds = result.Read<string>(3);
if (!worldState.MapIds.Empty())
if (!areaIds.IsEmpty() && !worldState.MapIds.Empty())
{
foreach (string areaIdToken in new StringArray(areaIds, ','))
{