Add repo to handle the bungee-cord chat dependency

This commit is contained in:
DemonWav 2016-06-23 00:32:41 -05:00
parent a656161705
commit 8862652351
No known key found for this signature in database
GPG key ID: 6DDD6A71DE9BC7C0
3 changed files with 28 additions and 14 deletions

View file

@ -1,4 +1,4 @@
From 4c640a3a8199ea1b1653e9e03e65e4b6af3b4697 Mon Sep 17 00:00:00 2001
From 9c26223cc08641a0cc1ce815215a989c5867adbb Mon Sep 17 00:00:00 2001
From: Techcable <Techcable@outlook.com>
Date: Thu, 3 Mar 2016 13:20:33 -0700
Subject: [PATCH] Use ASM for event executors.
@ -6,10 +6,10 @@ Subject: [PATCH] Use ASM for event executors.
Uses method handles for private or static methods.
diff --git a/pom.xml b/pom.xml
index 597f65c..58ddcf3 100644
index 5e5e5e4..5b70369 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,6 +119,12 @@
@@ -126,6 +126,12 @@
<version>1.3</version>
<scope>test</scope>
</dependency>
@ -395,5 +395,5 @@ index 93a43dd..7229b25 100644
eventSet.add(new TimedRegisteredListener(listener, executor, eh.priority(), plugin, eh.ignoreCancelled()));
} else {
--
2.8.0
2.9.0