View Single Post
04-14-13, 06:58 PM   #3
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
Think I found it.... for some reason you have an incorrectly saved vendor with a string length of 1.

If you wanna try, edit carbonite.lua in the carbonite folder, go to the very bottom of the file where you'll find

function Nx.Split(d,p)

delete the line just below that reads if(#p == 1) then return {p} end and see if you still get errors.