Added cropfield data and blight output data.

This commit is contained in:
2020-10-02 21:33:52 +02:00
parent b60f4ec1e3
commit d041a033f9
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()