From 31261f658d4525c59724eed7ae1b28979f56557c Mon Sep 17 00:00:00 2001 From: Alexander Bielen Date: Tue, 27 Nov 2018 23:33:28 +0100 Subject: [PATCH] [CLEANUP] Fixed typo --- src/main/java/org/parabot/Landing.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/parabot/Landing.java b/src/main/java/org/parabot/Landing.java index 398eda0..503e106 100644 --- a/src/main/java/org/parabot/Landing.java +++ b/src/main/java/org/parabot/Landing.java @@ -36,7 +36,7 @@ public final class Landing { } if(!System.getProperty("os.arch").contains("64")) { - UILog.log("Parabot", "You are not running a 64-bit version of java, this might cause the client to lag or crash unexpectedly.\r\n" + + UILog.log("Parabot", "You are not running a 64-bit version of Java, this might cause the client to lag or crash unexpectedly.\r\n" + "It's recommended to upgrade to a 64-bit version."); }