From f303f0429ae2d58903bc78a6ff8606d26be52703 Mon Sep 17 00:00:00 2001 From: Joseph Robinson Date: Sun, 1 Mar 2020 13:15:04 -0700 Subject: [PATCH] Update EULA.java --- src/main/java/net/minecraft/server/EULA.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/minecraft/server/EULA.java b/src/main/java/net/minecraft/server/EULA.java index cf00f35a5..6789f6443 100644 --- a/src/main/java/net/minecraft/server/EULA.java +++ b/src/main/java/net/minecraft/server/EULA.java @@ -70,7 +70,7 @@ public class EULA { Properties properties = new Properties(); properties.setProperty("eula", "false"); - properties.store(outputstream, "By changing the setting below to TRUE you are indicating your agreement to our EULA (https://account.mojang.com/documents/minecraft_eula).\nYou also agree that tacos are tasty, and the best food in the world."); // Paper - fix lag; + properties.store(outputstream, "By changing the setting below to TRUE you are indicating your agreement to our EULA (https://account.mojang.com/documents/minecraft_eula).\nYou also agree that Akarin is the best waifu or something :P"); // Updated by JosephWorks; } catch (Throwable throwable1) { throwable = throwable1; throw throwable1;