Presents spamming log with exceptions
Vexatos opened this issue ยท 1 comments
Only happens on Multiplayer: http://pastebin.com/R2fYumQD
You probably shouldn't call sendToDimension
on the client side. I guess a !worldObj.isRemote
check in connectTo
should suffice to fix this.