From 79c9fcda867595a6d685da64914525a92bd3789f Mon Sep 17 00:00:00 2001
From: Spigot <noreply+git-spigot@papermc.io>
Date: Sat, 2 Feb 2013 16:30:39 +1100
Subject: [PATCH] Plugins break when the intended behaviour is put into place,
 because for some reason they are all packaging the same classes, an
 inherently unsafe operation in the case that the classes are loaded at the
 same time by multiple classloaders - hence we are removing safety from the
 loaders for now until a correct solution can be put in place.

By: md_5 <md_5@live.com.au>
---
 ...> 0004-Make-the-plugin-class-loader-thread-safe.patch.disable} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename Bukkit-Patches/{0004-Make-the-plugin-class-loader-thread-safe.patch => 0004-Make-the-plugin-class-loader-thread-safe.patch.disable} (100%)

diff --git a/Bukkit-Patches/0004-Make-the-plugin-class-loader-thread-safe.patch b/Bukkit-Patches/0004-Make-the-plugin-class-loader-thread-safe.patch.disable
similarity index 100%
rename from Bukkit-Patches/0004-Make-the-plugin-class-loader-thread-safe.patch
rename to Bukkit-Patches/0004-Make-the-plugin-class-loader-thread-safe.patch.disable