mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-21 18:37:42 +01:00
Make 'cannot mount mob' string configurable
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 8d8701c00b50db97c0505a03a41ae80c99be488d Mon Sep 17 00:00:00 2001
|
||||
From e56e6f36485ffce8e437523aed7befaa76c8de69 Mon Sep 17 00:00:00 2001
|
||||
From: tr7zw <tr7zw@live.de>
|
||||
Date: Thu, 5 Mar 2020 23:08:01 +0100
|
||||
Subject: [PATCH] YAPFA - Disable mojang profiler
|
||||
@@ -160,11 +160,12 @@ index 7b7e1475b3..1136a0a26d 100644
|
||||
|
||||
// Paper start
|
||||
diff --git a/src/main/resources/purpur.lang b/src/main/resources/purpur.lang
|
||||
index 63a5ad0037..120b10b9a7 100644
|
||||
index 4326c04b27..c16e603c97 100644
|
||||
--- a/src/main/resources/purpur.lang
|
||||
+++ b/src/main/resources/purpur.lang
|
||||
@@ -1,4 +1,5 @@
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"cannot.ride.mob": "You cannot mount that mob",
|
||||
+ "commands.purpur.debug.disabled": "The debug profiler is disabled",
|
||||
"commands.purpur.mspt": "§6Server tick times §e(§7avg§e/§7min§e/§7max§e)§6 from last 5s§7,§6 10s§7,§6 1m§e:",
|
||||
"commands.purpur.mspt.times": "§6◴ %s§7/%s§7/%s§e, %s§7/%s§7/%s§e, %s§7/%s§7/%s",
|
||||
|
||||
Reference in New Issue
Block a user