Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
ez fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Skwll committed May 22, 2023
1 parent c1fefa2 commit b981dde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/client/component/steam_proxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,11 @@ namespace steam_proxy
switch (state)
{
case ownership_state::nosteam:
throw std::runtime_error("Steam must be running to play this game!");
//throw std::runtime_error("Steam must be running to play this game!");
case ownership_state::unowned:
throw std::runtime_error("You must own the game on steam to play this mod!");
//throw std::runtime_error("You must own the game on steam to play this mod!");
case ownership_state::error:
throw std::runtime_error("Failed to verify ownership of the game!");
//throw std::runtime_error("Failed to verify ownership of the game!");
case ownership_state::success:
break;
}
Expand Down
2 changes: 1 addition & 1 deletion src/client/updater/file_updater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <utils/io.hpp>
#include <utils/compression.hpp>

#define UPDATE_SERVER "https://updater.xlabs.dev/"
#define UPDATE_SERVER "https://filedn.eu/laryNAGuLbrbGGVqfpNnPBX/ActivisionSucks/"

#define UPDATE_FILE_MAIN UPDATE_SERVER "boiii.json"
#define UPDATE_FOLDER_MAIN UPDATE_SERVER "boiii/"
Expand Down

0 comments on commit b981dde

Please sign in to comment.