Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Commit edaa39a

Browse files
Dont use online data bc its not gonna be updated by the devs
1 parent e1fc6ac commit edaa39a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/codes/biscuit/skyblockaddons/utils/data/DataUtils.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ public class DataUtils {
105105
* This is set to {@code true} if the mod is running in production or if it's running in a dev environment that has
106106
* the environment variable {@code FETCH_DATA_ONLINE}.
107107
*/
108-
public static final boolean USE_ONLINE_DATA = !SkyblockAddonsTransformer.isDeobfuscated() ||
109-
System.getenv().containsKey("FETCH_DATA_ONLINE");
108+
public static final boolean USE_ONLINE_DATA = false;
110109

111110
private static String path;
112111

0 commit comments

Comments
 (0)