Remove debug patch I left in.

This commit is contained in:
Lex Manos 2014-12-01 19:17:11 -08:00
parent 59df94bd90
commit c683bce659
2 changed files with 1 additions and 17 deletions

View file

@ -27,7 +27,7 @@
}
private synchronized void func_148608_i()
@@ -329,11 +335,14 @@
@@ -329,6 +335,9 @@
}
else
{
@ -37,12 +37,6 @@
SoundEventAccessorComposite soundeventaccessorcomposite = this.field_148622_c.func_147680_a(p_148611_1_.func_147650_b());
if (soundeventaccessorcomposite == null)
{
- field_148621_b.warn(field_148623_a, "Unable to play unknown soundEvent: {}", new Object[] {p_148611_1_.func_147650_b()});
+ //logger.warn(LOG_MARKER, "Unable to play unknown soundEvent: {}", new Object[] {sound.getSoundLocation()});
}
else
{
@@ -370,10 +379,12 @@
if (soundpoolentry.func_148648_d())
{

View file

@ -1,10 +0,0 @@
--- ../src-base/minecraft/net/minecraft/client/resources/FallbackResourceManager.java
+++ ../src-work/minecraft/net/minecraft/client/resources/FallbackResourceManager.java
@@ -70,6 +70,7 @@
throw new FileNotFoundException(p_110536_1_.toString());
}
+ @SuppressWarnings("resource")
protected InputStream func_177245_a(ResourceLocation p_177245_1_, IResourcePack p_177245_2_) throws IOException
{
InputStream inputstream = p_177245_2_.func_110590_a(p_177245_1_);