Skip to content

Commit

Permalink
Remove SshHacks
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stewi1014 committed Nov 19, 2024
1 parent fcb3633 commit ef04fa6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 114 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ void onInitialize() {
this.lifecycleListener = MinecraftProvider.register(this);
syslog().debug("registered backup command");
this.lifecycleListener.onInitialize();
SshHacks.ensureSshSessionFactoryIsAvailable();
syslog().info("Fastback initialized");
syslog().warn("------------------------------------------------------------------------------------");
syslog().warn("Thanks for trying the new Forge version of Fastback. For help, go to:");
Expand Down
113 changes: 0 additions & 113 deletions neoforge/src/main/java/net/pcal/fastback/mod/neoforge/SshHacks.java

This file was deleted.

0 comments on commit ef04fa6

Please sign in to comment.