Skip to content

Commit

Permalink
restore eula to vanilla
Browse files Browse the repository at this point in the history
This commit includes changes to the EULA agreement text file that restores it to its vanilla text.
  • Loading branch information
squishycat92 committed Jun 2, 2022
1 parent c99aad6 commit 30ce978
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions patches/server/0278-restore-eula-to-vanilla.patch
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 {

0 comments on commit 30ce978

Please sign in to comment.