maint: update Premake5

This commit is contained in:
2025-04-11 11:25:07 +02:00
parent 5a4f180986
commit 6239fb8a10
10 changed files with 12 additions and 10 deletions

View File

@ -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;
}