add "warning" to the low memory warning message

This commit is contained in:
James Seibel
2024-06-25 19:24:07 -05:00
parent 2ab7949ce5
commit 71ffbfb7b9
@@ -667,7 +667,7 @@ public class ClientApi
MC.sendChatMessage("\u00A76" + "Distant Horizons: Low memory detected." + "\u00A7r");
MC.sendChatMessage("Stuttering or low FPS may occur.");
MC.sendChatMessage("Please increase Minecraft's available memory to 4 gigabytes.");
MC.sendChatMessage("This can be disabled in DH's config under Advanced -> Logging.");
MC.sendChatMessage("This warning can be disabled in DH's config under Advanced -> Logging.");
MC.sendChatMessage("");
}
}