ModCoderPack / MCPBot-Issues

Issue tracker for MCPBot (https://bitbucket.org/ProfMobius/mcpbot) and MCP mappings.
http://mcpbot.bspk.rs
80 stars 11 forks source link

Build Failed With snapshot-20200526-1.15.1 #878

Closed Andy-K-Sparklight closed 4 years ago

Andy-K-Sparklight commented 4 years ago
Andy-K-Sparklight commented 4 years ago

I got a error build\tmp\expandedArchives\forge-1.15.2-31.2.0_mapped_snapshot_20200526-1.15.1-sources.jar_25b1ab4809e1e452063741392e51b956\net\minecraft\client\audio\AudioStreamBuffer.java:17: ����: ������ AudioStreamBuffer�ж����˱��� buffer private int buffer;

ichttt commented 4 years ago

My bad, somehow it let me name a var buffer even though it was already defined in that scope. I changed to name of the one buffer. Should be fixed in the next snapshot (20200528-1.15.1)

Andy-K-Sparklight commented 4 years ago

Oh okay