![ServerSync](https://media.forgecdn.net/avatars/thumbnails/254/696/256/256/637199290945083080.png)
No sync for config file
TomberWolf opened this issue ยท 3 comments
Serversync Version:
serversync-2.6.15
Minecraft Version:
1.10.2
Issue:
I have a config file included in the serversync-server.cfg but it won't be copied to the client's config folder.
rules {
S:CONFIG_INCLUDE_LIST <
debugserverinfo.cfg
>
Hmm is possible that I've broken this in the globbing support change. Shall investigate
Confirmed that config files are not following include rules properly.
Shall prioritize this as it's a fairly glaring failure of functionality.
This was an oversight, technically it worked the include list just needed "config/" added in front of each entry.
Being rather redundant at the moment though I just changed the include matcher to do this for us.
A pre-release is available in the github releases section with this & other fixes