Skip to content

Commit

Permalink
fix prod
Browse files Browse the repository at this point in the history
  • Loading branch information
ferriarnus committed Aug 13, 2024
1 parent bbe5801 commit e711ce6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ dependencies {
//mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
neoForge "net.neoforged:neoforge:${project.neoforge_version}"

bundle("com.github.ReplayMod:ReplayStudio:master-SNAPSHOT")
minecraftRuntimeLibraries(implementation("com.github.ReplayMod:ReplayStudio:master-SNAPSHOT"))
bundle("com.github.ReplayMod:ReplayStudio:master-SNAPSHOT-slim")
minecraftRuntimeLibraries(implementation("com.github.ReplayMod:ReplayStudio:master-SNAPSHOT-slim"))
include(implementation("com.github.viaversion:opennbt:0a02214"))
include(implementation("com.github.ReplayMod:lwjgl-utils:27dcd66"))
minecraftRuntimeLibraries("com.github.ReplayMod:lwjgl-utils:27dcd66")
Expand Down
Binary file removed libs/ReplayStudio-d9f7c11-slim.jar
Binary file not shown.
Binary file not shown.
2 changes: 0 additions & 2 deletions src/main/java/com/replaymod/replay/ReplayHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,6 @@ public void exceptionCaught(ChannelHandlerContext ctx, Throwable t) {
channel.pipeline().addLast("packet_handler", networkManager);
channel.pipeline().fireChannelActive();

//NetworkHooks.registerClientLoginChannel(networkManager);

// MC usually transitions from handshake to login via the packets it sends.
// We don't send any packets (there is no server to receive them), so we need to switch manually.
//#if MC>=12006
Expand Down

0 comments on commit e711ce6

Please sign in to comment.