dont auto-update in dev mode

This commit is contained in:
Lion Kortlepel
2024-06-22 23:20:46 +02:00
parent 1f7c498bd9
commit c95178ea59
3 changed files with 40 additions and 38 deletions

View File

@@ -19,10 +19,3 @@ void StartProxy();
void ConfigInit();
extern bool Dev;
struct VersionParser {
explicit VersionParser(const std::string& from_string);
std::strong_ordering operator<=>(VersionParser const& rhs) const noexcept;
bool operator==(VersionParser const& rhs) const noexcept;
std::vector<std::string> split;
std::vector<size_t> data;
};