disable test debugging server

This commit is contained in:
MihailRis
2025-10-09 12:26:54 +03:00
parent f16da17991
commit 7877cf78d5
+1 -1
View File
@@ -51,7 +51,7 @@ struct CoreParameters {
std::filesystem::path userFolder = ".";
std::filesystem::path scriptFile;
std::filesystem::path projectFolder;
std::string debugServerString = "tcp:9030";
std::string debugServerString;
int tps = 20;
};