3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-16 21:10:17 +01:00

Rename translation caching patch

Dieser Commit ist enthalten in:
md_5 2013-06-21 17:47:12 +10:00
Ursprung eed7b85ce6
Commit 4bda2412ce

Datei anzeigen

@ -1,7 +1,7 @@
From d7aef73a55fb697a5609c584f34f684085497fb9 Mon Sep 17 00:00:00 2001
From c4ca5d2c5867b36a6e203fbf55f741a644ba87c0 Mon Sep 17 00:00:00 2001
From: snowleo <schneeleo@gmail.com>
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.