Remove sideonly on all other SoundType methods

(cherry picked from commit 46c7cac)
This commit is contained in:
Vincent Lee 2016-06-04 18:24:09 -04:00 committed by cpw
parent 579f028294
commit 36d7148c5f
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
--- ../src-base/minecraft/net/minecraft/block/SoundType.java
+++ ../src-work/minecraft/net/minecraft/block/SoundType.java
@@ -48,7 +48,6 @@
return this.field_185861_n;
}
- @SideOnly(Side.CLIENT)
public SoundEvent func_185845_c()
{
return this.field_185862_o;
@@ -64,7 +63,6 @@
return this.field_185864_q;
}
- @SideOnly(Side.CLIENT)
public SoundEvent func_185846_f()
{
return this.field_185865_r;