Skip to content

Commit

Permalink
Update TextureWorkshopLayer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Uproxide authored May 28, 2024
1 parent 5e09599 commit ad5d5b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/TextureWorkshopLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,8 @@ void TextureWorkshopLayer::getTexturePacks() {
log::info("{}", JsonManager::tpJson);
std::string url = "https://uproxide.xyz/api/v1/tws/getTPs.php";

#ifdef GEODE_IS_IOS {
#ifdef GEODE_IS_IOS
url = "https://skibidi.website/getTPs.php"
}
#endif

if (!JsonManager::downloaded) {
Expand Down

0 comments on commit ad5d5b2

Please sign in to comment.