mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 19:29:52 +02:00
Fix changelog spam in the update window
That is, in some cases (read: starcatcher, which uses the very last component of the user agent to determine the build ID), you'd get all changelog entries ever, not only the ones between the current version and the one the update server has.
This commit is contained in:
@@ -17,7 +17,7 @@ namespace http
|
|||||||
"; NO", // Unused, used to be SSE level.
|
"; NO", // Unused, used to be SSE level.
|
||||||
"; M", MOD_ID,
|
"; M", MOD_ID,
|
||||||
"; ", IDENT,
|
"; ", IDENT,
|
||||||
") TPTPP/", apiVersion[0], ".", apiVersion[1], ".", APP_VERSION.build, IDENT_RELTYPE, ".", 0
|
") TPTPP/", apiVersion[0], ".", apiVersion[1], ".", APP_VERSION.build, IDENT_RELTYPE, ".", APP_VERSION.build
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user