Some misc fixes
This commit is contained in:
@@ -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, ','))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user