Skip to content

Commit ef04fa6

Browse files
committed
Remove SshHacks
I don't currently have a solution for the problem this was solving, but moving to org.apache.sshd has broken this fix. ModDevGradle works, so it seems this is an issue with architectury-loom. Issue architectury/architectury-loom#248 This means that ssh will be unavailable in the dev environment.
1 parent fcb3633 commit ef04fa6

File tree

2 files changed

+0
-114
lines changed

2 files changed

+0
-114
lines changed

neoforge/src/main/java/net/pcal/fastback/mod/neoforge/ForgeCommonProvider.java

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ void onInitialize() {
8989
this.lifecycleListener = MinecraftProvider.register(this);
9090
syslog().debug("registered backup command");
9191
this.lifecycleListener.onInitialize();
92-
SshHacks.ensureSshSessionFactoryIsAvailable();
9392
syslog().info("Fastback initialized");
9493
syslog().warn("------------------------------------------------------------------------------------");
9594
syslog().warn("Thanks for trying the new Forge version of Fastback. For help, go to:");

neoforge/src/main/java/net/pcal/fastback/mod/neoforge/SshHacks.java

-113
This file was deleted.

0 commit comments

Comments
 (0)