diff --git a/src/nodash/core/NoCore.java b/src/nodash/core/NoCore.java index c5ed510..eb5384c 100644 --- a/src/nodash/core/NoCore.java +++ b/src/nodash/core/NoCore.java @@ -40,7 +40,7 @@ import nodash.models.NoSession.NoState; public final class NoCore { public static NoConfig config; - private static NoHashSphereInterface hashSphere; + public static NoHashSphereInterface hashSphere; public static void setup(NoHashSphereInterface hashSphere) { File configFile = new File(NoConfig.CONFIG_FILENAME);