Started by
Kleiders
on
Topic category: Troubleshooting, bugs, and solutions
I changed my mod version to 5.0.0 and installed in the server. However, players with version 1.0.0 can still join. How do I fix this?
Topic category: Troubleshooting, bugs, and solutions
I changed my mod version to 5.0.0 and installed in the server. However, players with version 1.0.0 can still join. How do I fix this?
add a global variable IsNewVer, player persistent,default True,to the new version.If the player's IsNewVer variable is false(old version),kick him on join.