-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
money.getHistory 無法正確返回應有的值 (見圖)
To Reproduce
let array = money.getHistory(player.xuid, 86400 * 90);
array.forEach(record => {
log(record)
});
Expected behavior
輸出一系列正確的對象:
{from: 玩家xuid, to: 玩家xuid, money: 金额數字, time: 时间字符串, note: 字符串}
Screenshots
Platform
Windows 10
BDS Version
1.21.120
LeviLamina Version
1.7.0
LegacyScriptEngine Version
0.16.0
Additional context
備注: 我的游戲id是“SK 13913”(中間有空格)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working