【Lv:2】
【Lv:1】
【Lv:1】
【Lv:2】
18:23:54 ERROR [LiteLoader] Event Callback Failed! 18:23:54 ERROR [LiteLoader] Uncaught TypeError: Cannot read property 'xuid' of undefined at LLMoneyChange (<anonymous>:105:60) at <anonymous>:153:9 at <anonymous>:154:7 18:23:54 ERROR [LiteLoader] In Event: onMoneyTrans 18:23:54 ERROR [LiteLoader] In Plugin: EconomicSync.lxl.js
发生在目前最新版
mc.listen("onMoneyTrans",function(from_para,to_para,num_para)
{
if(skip)
{
skip = false;
return;
}
if (!to_para)
{(function(from,to,oldFrom,oldTo,num) {
LLMoneyChange(from, oldFrom - num);
LLMoneyChange(to, oldTo + num);
})(from_para,to_para, money.get(from_para), money.get(to_para), num_para);}
});
【Lv:2】
帮作者修了一下,可以用了t LLMoneyChange (./plugins/EconomicSync.lxl.js:105)
at <anonymous> (./plugins/EconomicSync.lxl.js:152)
at <anonymous> (./plugins/EconomicSync.lxl.js:154)
16:29:09 ERROR [LiteLoader] In Event: onMoneyTrans
16:29:09 ERROR [LiteLoader] In Plugin: EconomicSync
16:29:16 ERROR [LiteLoader] Event Callback Failed!
16:29:16 ERROR [LiteLoader] cannot read property 'xuid' of undefined
at LLMoneyChange (./plugins/EconomicSync.lxl.js:105)
at <anonymous> (./plugins/EconomicSync.lxl.js:152)
at <anonymous> (./plugins/EconomicSync.lxl.js:154)
我现在是1.1941,插件已经无法使用
附件
感谢,不过还是用不了帮作者修了一下,可以用了
【Lv:2】
【Lv:2】
应该能用了,不报错就当没问题了,感谢那你检查一下其他设置,我专门下了1.19.41测的可用,没改的时候报错也一样![]()
还是偶有报错,将就能用帮作者修了一下,可以用了
【Lv:2】
ERROR [LiteLoader] Event Callback Failed!报错内容发我看看