WiIIiam278 / HuskSync

A modern, cross-server player data synchronisation system
https://william278.net/project/husksync
Apache License 2.0
151 stars 122 forks source link

Add a warning when server.yml is unset while using LOCKSTEP #314

Open romanalexander opened 1 month ago

romanalexander commented 1 month ago

https://github.com/WiIIiam278/HuskSync/blob/master/common/src/main/java/net/william278/husksync/config/Server.java#L56-L59

I think having a warning or fatal here would be safer for people that didn't follow the set-up correctly or have some other problem with their containers' filesystem. Thoughts?

WiIIiam278 commented 1 month ago

yeah, sure, seems perfectly reasonable to me.