From 37dc2fc1c4b6b6335be05722dd165c621c7327b7 Mon Sep 17 00:00:00 2001 From: md_5 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. --- ...> 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