aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-API-Patches/0040-Allow-Reloading-of-Command-Aliases.patch
diff options
context:
space:
mode:
authorShane Freeder <[email protected]>2017-04-22 15:32:06 +0100
committerShane Freeder <[email protected]>2017-04-22 15:52:56 +0100
commitffb572ce9a16b808f2314da669dfa244d11fd29c (patch)
tree2e80875f8ed43ff7d3dc7df558c358e830b8505d /Spigot-API-Patches/0040-Allow-Reloading-of-Command-Aliases.patch
parent7afde8f75f1af583e7596fe11d5f09c73f3d02b9 (diff)
downloadPaper-ffb572ce9a16b808f2314da669dfa244d11fd29c.tar.gz
Paper-ffb572ce9a16b808f2314da669dfa244d11fd29c.zip
Remove Ignore invalid Marker Icon ID's in maps
Spigot has patched this issue inside MapIcon, meaning that we no longer need to maintain this patch; Spigots patch also fixes #668 in that it will verify the length of the array, as well as protect against a negative type value being fetched from the array. Only real change is that Spigots patch returns a MapIcon.Type.PLAYER, instead of the RED_MARKER as originally PR'd by Aikar.
Diffstat (limited to 'Spigot-API-Patches/0040-Allow-Reloading-of-Command-Aliases.patch')
-rw-r--r--Spigot-API-Patches/0040-Allow-Reloading-of-Command-Aliases.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Spigot-API-Patches/0040-Allow-Reloading-of-Command-Aliases.patch b/Spigot-API-Patches/0040-Allow-Reloading-of-Command-Aliases.patch
index f2fbfe3276..642909463a 100644
--- a/Spigot-API-Patches/0040-Allow-Reloading-of-Command-Aliases.patch
+++ b/Spigot-API-Patches/0040-Allow-Reloading-of-Command-Aliases.patch
@@ -1,4 +1,4 @@
-From 9b40254808daac69e7657b3c20e4316de8cfac6b Mon Sep 17 00:00:00 2001
+From 5075ebcd06026e2d2e713d47e86d4ad0ddbcbc2b Mon Sep 17 00:00:00 2001
From: willies952002 <[email protected]>
Date: Mon, 28 Nov 2016 10:16:39 -0500
Subject: [PATCH] Allow Reloading of Command Aliases
@@ -94,5 +94,5 @@ index 040509c1..0069bcc0 100644
confirmed = true;
} else {
--
-2.11.0
+2.12.2