TisRyno / LethalProgression

All-client required version of Lethal Experience. Skillpoints and more.
1 stars 1 forks source link

Many bug fixes combined into one PR #14

Closed TisRyno closed 6 months ago

TisRyno commented 6 months ago

Due to falling into a rabbit hole of trying to fix the Save Profile data syncing issue I took a wrong turn on the cause.

I wrongly believed Netcode Patcher was causing an issue with triggering ServerRPC events from Clients during the Disconnect pre-patch, in an attempt to remedy the situation I used LethalNetworkAPI and rebuilt the entire Network layer of the mod. This did not fix the issue Turns out it just doesn't fire because on the next-frame the connection would be closed.

In this update: