This issue is somewhat related to a previous issue I opened (#3).
The Rakenetify mod doesn't use ByteBufs as messages and as the author of the mod pointed out:
The library that ServerReplay uses drops every single outgoing and incoming packets on raknetify connections. Raknetify passes FrameDatas rather than ByteBufs.
mcbrawls/inject@8e745b4/api/src/main/java/net/mcbrawls/inject/api/Injector.java#L63
mcbrawls/inject@8e745b4/api/src/main/java/net/mcbrawls/inject/api/Injector.java#L79
This affects my ServerReplay mod which uses Inject.
Issue on the ServerReplay repo: senseiwells/ServerReplay#110
Issue on the Rakenetify repo: RelativityMC/raknetify#74
This issue is somewhat related to a previous issue I opened (#3).
The Rakenetify mod doesn't use ByteBufs as messages and as the author of the mod pointed out:
This affects my ServerReplay mod which uses Inject.
Issue on the ServerReplay repo: senseiwells/ServerReplay#110
Issue on the Rakenetify repo: RelativityMC/raknetify#74