From 1827f089f225c381c462f292c5d9f968c498c1bb Mon Sep 17 00:00:00 2001
From: Zach Brown <Zbob750@live.com>
Date: Sun, 31 Aug 2014 14:51:09 -0500
Subject: [PATCH] Remove accidentally committed patch file

---
 Spigot-Server-Patches/0037-test.patch | 27 ---------------------------
 1 file changed, 27 deletions(-)
 delete mode 100644 Spigot-Server-Patches/0037-test.patch

diff --git a/Spigot-Server-Patches/0037-test.patch b/Spigot-Server-Patches/0037-test.patch
deleted file mode 100644
index a387d816e9..0000000000
--- a/Spigot-Server-Patches/0037-test.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 7363f5f1647664776c48e011b431544859d4a908 Mon Sep 17 00:00:00 2001
-From: Zach Brown <Zbob750@live.com>
-Date: Sun, 31 Aug 2014 12:24:10 -0500
-Subject: [PATCH] test
-
-
-diff --git a/src/main/java/net/minecraft/server/MobEffectAttackDamage.java b/src/main/java/net/minecraft/server/MobEffectAttackDamage.java
-new file mode 100644
-index 0000000..3eb029d
---- /dev/null
-+++ b/src/main/java/net/minecraft/server/MobEffectAttackDamage.java
-@@ -0,0 +1,12 @@
-+package net.minecraft.server;
-+
-+public class MobEffectAttackDamage extends MobEffectList {
-+
-+    protected MobEffectAttackDamage(int i, boolean flag, int j) {
-+        super(i, flag, j);
-+    }
-+
-+    public double a(int i, AttributeModifier attributemodifier) {
-+        return this.id == MobEffectList.WEAKNESS.id ? (double) (-0.5F * (float) (i + 1)) : 1.3D * (double) (i + 1);
-+    }
-+}
--- 
-1.9.4.msysgit.1
-