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

Commit ce7d663

Browse files
authored
FULLY disabled rpc
1 parent 017d4f0 commit ce7d663

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/lumination/backrooms/utils/ModRegisteries.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ public static void registerMod(boolean client) throws IOException {
4242
// KeyInputHandler.register();
4343
BackroomsModClient.setStartDate();
4444
// Discord.library();
45-
BackroomsRPC.loadingRpc();
45+
// BackroomsRPC.loadingRpc();
4646

47-
registerEvents();
47+
// registerEvents();
4848
} else {
4949
if (!FabricLoader.getInstance().isModLoaded("libu")) {
5050
BackroomsMod.print("Missing Libu!");

0 commit comments

Comments
 (0)