From 9001462a77510c103f68579b2b8d47e58aac064f Mon Sep 17 00:00:00 2001 From: Joseph Robinson Date: Sun, 1 Mar 2020 10:19:18 -0700 Subject: [PATCH 1/2] Updated donation text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0d506ff9..8685d2180 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/fw2pJAj) [![bStats](https://img.shields.io/badge/bStats-Torch-0099ff.svg?style=flat)](https://bstats.org/plugin/bukkit/Torch) [![Build Status](https://ci.melon.cat/job/Akarin/badge/icon?subject=Jenkins)](https://ci.melon.cat/job/Akarin/) -[![Patreon](https://img.shields.io/badge/Patreon-donate_us-yellow.svg?style=flat)](https://www.patreon.com/akarinproject) +[![Patreon](https://img.shields.io/badge/Patreon-Donate-yellow.svg?style=flat)](https://www.patreon.com/akarinproject) [![Circle CI](https://circleci.com/gh/Akarin-project/Akarin/tree/master.svg?style=svg)](https://circleci.com/gh/Akarin-project/Akarin) Akarin is currently **under heavy development** and contributions are welcome! From f303f0429ae2d58903bc78a6ff8606d26be52703 Mon Sep 17 00:00:00 2001 From: Joseph Robinson Date: Sun, 1 Mar 2020 13:15:04 -0700 Subject: [PATCH 2/2] 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;