Mekanism

Mekanism

111M Downloads

Small typo in CapBufferDownload class

Opened this issue ยท 1 comments

commented

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");
commented

Fixed, thanks!