fix for net.cpp
hey trumphcard, the fix was pretty easy. i just moved the test for disablecommandline out of the giant if then elseif statement. also i changed the database to not consider ls_accountid as unique...
alter table account drop index ls_accountid;
alter table accout add index lsa (ls_accountid);
then it worked fine...
kabalah
|