From 4bda2412ce4be6b6fff90ef3d1ca4cc54b66b36b Mon Sep 17 00:00:00 2001 From: md_5 Date: Fri, 21 Jun 2013 17:47:12 +1000 Subject: [PATCH] Rename translation caching patch --- ...aleLanguage.patch => 0036-Cache-Translation-Storage.patch} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename CraftBukkit-Patches/{0036-Optimized-version-of-LocaleLanguage.patch => 0036-Cache-Translation-Storage.patch} (98%) diff --git a/CraftBukkit-Patches/0036-Optimized-version-of-LocaleLanguage.patch b/CraftBukkit-Patches/0036-Cache-Translation-Storage.patch similarity index 98% rename from CraftBukkit-Patches/0036-Optimized-version-of-LocaleLanguage.patch rename to CraftBukkit-Patches/0036-Cache-Translation-Storage.patch index aeb6d692d2..aa73e599ab 100644 --- a/CraftBukkit-Patches/0036-Optimized-version-of-LocaleLanguage.patch +++ b/CraftBukkit-Patches/0036-Cache-Translation-Storage.patch @@ -1,7 +1,7 @@ -From d7aef73a55fb697a5609c584f34f684085497fb9 Mon Sep 17 00:00:00 2001 +From c4ca5d2c5867b36a6e203fbf55f741a644ba87c0 Mon Sep 17 00:00:00 2001 From: snowleo Date: Wed, 8 May 2013 12:09:45 +1000 -Subject: [PATCH] Optimized version of LocaleLanguage +Subject: [PATCH] Cache Translation Storage This patch reduces the memory footprint of each EntityPlayer by about 300 KB. The original class looks very unfinished and future versions might use the commented code.