refactor: some changes for chomens mod lol

This commit is contained in:
Chayapak Supasakul 2025-03-25 18:56:38 +07:00
parent 9bbe885025
commit a8e3b67d92
Signed by: ChomeNS
SSH key fingerprint: SHA256:0YoxhdyXsgbc0nfeB2N6FYE60mxMU7DS4uCUMaw2mvA

View file

@ -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")