Update EULA.java

This commit is contained in:
Joseph Robinson
2020-03-01 13:15:04 -07:00
committed by GitHub
parent 9001462a77
commit f303f0429a

View File

@@ -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;