Added cropfield data and blight output data.

This commit is contained in:
2020-10-02 21:33:52 +02:00
committed by Mark van der Wal
parent 67ff626e87
commit c1801a2327
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ namespace FarmMapsBlight
}
// advice as json
var data = blightItem.Data;
Console.WriteLine(blightItem.Data);
}
private void LoadSettings()