console setup errors will no longer deny a server startup

This commit is contained in:
Anonymous275
2020-11-17 08:28:02 +02:00
parent 667a22b0f8
commit 04de729d7c
2 changed files with 8 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
std::string CustomIP;
std::string GetSVer() {
return std::string(Sec("1.11"));
return std::string(Sec("1.12"));
}
std::string GetCVer() {
return std::string(Sec("1.70"));