Porting-Dead-Mods / Cable-Facades

Other
1 stars 2 forks source link

Config options aren't synced #9

Open SuperMartijn642 opened 3 hours ago

SuperMartijn642 commented 3 hours ago

If the config options of blocks which are allowed to have facades differs between the client and the server, the client may not be able to place facades on blocks allowed by the server or the client may place facades on blocks not allowed by the server leading to desyncs of facades.

DataDalton commented 3 hours ago

Can confirm in testing

SuperMartijn642 commented 3 hours ago

Just to note, what I mentioned in #11 would also mitigate this issue: Ideally, the check to see whether a facade can be placed would only be done server-side and if the facade is placed, it should then be synced to the clients nearby. This would also avoid a situation where the client and server disagree on whether a facade could be placed.