Added weather and coalition export.

This commit is contained in:
Szymon Porwolik
2019-02-24 20:27:17 +01:00
parent fc82c43072
commit 907d8d01d6
2 changed files with 5 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ namespace Perun_v1
string sql = "";
// Modify specific
if (type == "1") // Inject app version information
if (type == "1") // Inject app version information
{
udp_frame.payload["v_win"] = "v"+ publishVersion;