Improve the nightly build warning text

This commit is contained in:
James Seibel
2024-03-17 16:29:49 -05:00
parent 8ec22189fd
commit 569a4b16b4
@@ -478,7 +478,7 @@ public class ClientApi
this.configOverrideReminderPrinted = true;
// remind the user that this is a development build
MC.sendChatMessage(ModInfo.READABLE_NAME + " experimental build " + ModInfo.VERSION);
MC.sendChatMessage("Distant Horizons nightly experimental build version [" + ModInfo.VERSION+"].");
MC.sendChatMessage("You are running an unsupported version of Distant Horizons!");
MC.sendChatMessage("Here be dragons!");
}