How bout we fix some gamebreaking bugs?

Fixed anything with particles crashing servers.
This commit is contained in:
Ellpeck 2015-12-18 16:21:34 +01:00
parent 45be5613b2
commit cf091dce54

View file

@ -93,6 +93,7 @@ public class PacketParticle implements IMessage{
}
}
@SideOnly(Side.CLIENT)
public static void renderParticlesFromAToB(int startX, int startY, int startZ, int endX, int endY, int endZ, int particleAmount, float particleSize, float[] color, float ageMultiplier){
World world = Minecraft.getMinecraft().theWorld;