forked from alterware/s1-mod
maint: update Premake5
This commit is contained in:
Vendored
+1
-1
Submodule deps/GSL updated: 355982daf6...3325bbd33d
Vendored
+1
-1
Submodule deps/asmjit updated: cfc9f813cc...e8c8e2e48a
Vendored
+1
-1
Submodule deps/gsc-tool updated: 616595f8e0...2d9781ce0c
Vendored
+1
-1
Submodule deps/libtomcrypt updated: 54f0456559...a6b9aff7aa
Vendored
+1
-1
Submodule deps/libtommath updated: 5809141a3a...e823b0c34c
Vendored
+1
-1
Submodule deps/minhook updated: c1a7c3843b...c3fcafdc10
Vendored
+1
-1
Submodule deps/rapidjson updated: d621dc9e9c...24b5e7a8b2
Vendored
+1
-1
Submodule deps/zlib updated: ef24c4c750...5a82f71ed1
+1
-1
@@ -259,7 +259,7 @@ filter "configurations:Release"
|
||||
buildoptions {"/GL"}
|
||||
linkoptions {"/IGNORE:4702", "/LTCG"}
|
||||
defines {"NDEBUG"}
|
||||
flags {"FatalCompileWarnings"}
|
||||
fatalwarnings {"All"}
|
||||
filter {}
|
||||
|
||||
filter "configurations:Debug"
|
||||
|
||||
@@ -26,6 +26,8 @@ namespace steam_proxy
|
||||
ownership_state state_;
|
||||
|
||||
utils::binary_resource runner_file(RUNNER, "s1-mod-runner.exe");
|
||||
|
||||
bool is_disabled() { return true; }
|
||||
}
|
||||
|
||||
class component final : public component_interface
|
||||
@@ -33,7 +35,7 @@ namespace steam_proxy
|
||||
public:
|
||||
void post_load() override
|
||||
{
|
||||
if (game::environment::is_dedi())
|
||||
if (game::environment::is_dedi() || is_disabled())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user