-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit includes changes to the EULA agreement text file that restores it to its vanilla text.
- Loading branch information
1 parent
c99aad6
commit 30ce978
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Ted Hong <[email protected]> | ||
Date: Thu, 2 Jun 2022 10:19:55 -0700 | ||
Subject: [PATCH] restore eula to vanilla | ||
|
||
|
||
diff --git a/src/main/java/net/minecraft/server/Eula.java b/src/main/java/net/minecraft/server/Eula.java | ||
index df44790b1c342d0a6ff794bea86319fa7498cbae..645b6cc9dca6e754accbc1ae977db179171cf5d7 100644 | ||
--- a/src/main/java/net/minecraft/server/Eula.java | ||
+++ b/src/main/java/net/minecraft/server/Eula.java | ||
@@ -64,7 +64,7 @@ public class Eula { | ||
try { | ||
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)."); // Firework - Tacos don't fix lag! | ||
} catch (Throwable var5) { | ||
if (outputStream != null) { | ||
try { |