Improve world gen import hiding message

This commit is contained in:
James Seibel
2025-01-26 17:47:28 -06:00
parent 3dbd05a4ae
commit 9c9c90e786
@@ -312,7 +312,7 @@ public class WorldGenModule implements Closeable
|| timeSinceFirstMessageInMs < msToShowDisableInstructions)
{
// replace the current message
message = "DH Gen/Import progress can be hidden in the DH config ["+remainingChunkCountStr+"]";
message = "DH Gen/Import progress. This message can be hidden in the DH config. ["+remainingChunkCountStr+"]";
}
}