It appears that when two or more players /timelock start to work on a region, only one of the commits is saved on the server, with the other player's changes being discarded.
Subsequently when relogging, players need to restart their client due to the following line returning a null value
|
return MinecraftClient.getInstance().world.getLevelProperties().getTimeOfDay(); |