Opened this issue 10 years ago ยท 1 comments
I found very small problem last time in Mek's code: go to mekanism.client.CapBufferDownload and look at line 35:
setName("Cape Downlaod Thread");
should be changed to:
setName("Cape Download Thread");
Fixed, thanks!