szernex / YetAnotherBackupMod

GNU General Public License v2.0
6 stars 0 forks source link

when installed serverside, FML wont let clients join #2

Closed monotonehell closed 10 years ago

monotonehell commented 10 years ago

When YABM 1.7.10-1.0.0 is installed on a server, FML expects it to be also installed on the client. From what I understand there's a config setting in @mod which allows clients to join without specified mod versions installed.

(Maybe acceptableRemoteVersions() needs an asterisk? I have no idea how FML works these days. https://github.com/MinecraftForge/FML/blob/master/src/main/java/cpw/mods/fml/common/Mod.java#L99 )

szernex commented 10 years ago

I released version 1.0.1 fixing that issue and several other bugs, hopefully that fixes the issue. Thanks for your feedback!

monotonehell commented 10 years ago

Tested live with several players, they can now join without YABM installed in their clients. Thanks for the speedy update. (For your interest, I am running Forge 1217 as I like to live on the edge ;) )