Source2ZE / MultiAddonManager

Allows you to use multiple workshop addons at once and have clients download them
GNU General Public License v3.0
64 stars 8 forks source link

Players are not disconnected if map update should be loaded #14

Closed ssypchenko closed 1 month ago

ssypchenko commented 1 month ago

Players will not be disconnected from the server during map changes and will need to manually disconnect and reconnect if a map needs to be downloaded or reloaded from the workshop. If the map is updated on both the server and the client, the player will normally be disconnected at the map change and reconnected to load the new map.

xen-000 commented 1 month ago

Yes I'm aware of this bug, it mostly happens when you're running 2 or more extra addons, but also sometimes even running 1 addon. The last game update caused this and so far I can't think of a clean solution to it.

xen-000 commented 1 month ago

I've pushed a new release with a fix, let me know if it all works now.

ssypchenko commented 1 month ago

I think it works now. We will do more tests, but at first glance, it seems to work. Thank you very much!