diff --git a/patches/server/0004-Paper-config-files.patch b/patches/server/0004-Paper-config-files.patch index a18a8baed9..fba78da456 100644 --- a/patches/server/0004-Paper-config-files.patch +++ b/patches/server/0004-Paper-config-files.patch @@ -298,7 +298,7 @@ index 0000000000000000000000000000000000000000..bee2fa2bfbb61209381f24ed6508d3d1 +} diff --git a/src/main/java/com/destroystokyo/paper/PaperConfig.java b/src/main/java/com/destroystokyo/paper/PaperConfig.java new file mode 100644 -index 0000000000000000000000000000000000000000..5c7b2850d311e4d54236ba9acce148bca05672fd +index 0000000000000000000000000000000000000000..23410c6ee34fcd9c50c2dbf35d8ff4d0c9ca408c --- /dev/null +++ b/src/main/java/com/destroystokyo/paper/PaperConfig.java @@ -0,0 +1,188 @@ @@ -338,7 +338,7 @@ index 0000000000000000000000000000000000000000..5c7b2850d311e4d54236ba9acce148bc + + "Discord: https://discord.gg/papermc\n" + + "IRC: #paper @ irc.esper.net ( https://webchat.esper.net/?channels=paper ) \n" + + "Website: https://papermc.io/ \n" -+ + "Docs: https://paper.readthedocs.org/ \n"; ++ + "Docs: https://docs.papermc.io/ \n"; + /*========================================================================*/ + public static YamlConfiguration config; + static int version;