Fix servers crashing due to initializer on @SideOnly field (#4825)

This commit is contained in:
Take Weiland 2018-03-27 22:59:52 +02:00 committed by LexManos
parent ed314864f0
commit cfa3337884
1 changed files with 1 additions and 1 deletions

View File

@ -793,7 +793,7 @@
+
+ @SideOnly(Side.CLIENT)
+ @Nullable
+ private net.minecraft.client.renderer.tileentity.TileEntityItemStackRenderer teisr = null;
+ private net.minecraft.client.renderer.tileentity.TileEntityItemStackRenderer teisr;
+
+ /**
+ * @return This Item's renderer, or the default instance if it does not have one.