Fixing coord bug
This commit is contained in:
@@ -13,5 +13,5 @@ public class VisibleLocation
|
||||
public string Name { get; set; } = string.Empty;
|
||||
|
||||
[BsonElement("coord")]
|
||||
public Coord Coord { get; set; } = new();
|
||||
public LocationCoord Coord { get; set; } = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user