mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2025-11-13 21:06:16 +00:00
refactor: some changes for chomens mod lol
This commit is contained in:
parent
9bbe885025
commit
a8e3b67d92
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ import java.util.List;
|
||||||
public class ChomeNSAuth implements Listener {
|
public class ChomeNSAuth implements Listener {
|
||||||
public static ChomeNSAuth INSTANCE = new ChomeNSAuth();
|
public static ChomeNSAuth INSTANCE = new ChomeNSAuth();
|
||||||
|
|
||||||
private static PublicKey PUBLIC_KEY;
|
public static PublicKey PUBLIC_KEY;
|
||||||
private static final Path PUBLIC_KEY_PATH = FabricLoader.getInstance()
|
private static final Path PUBLIC_KEY_PATH = FabricLoader.getInstance()
|
||||||
.getGameDir()
|
.getGameDir()
|
||||||
.resolve("data")
|
.resolve("data")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue