Open
Description
Describe the bug
即使在回调函数返回false, 背包也依然会打开 (使用场景是检测打开背包键)
To Reproduce
mc.listen('onOpenContainerScreen', pl => {
return false
})
依然可以打开背包
Expected behavior
背包不应该打开
Screenshots
No response
Platform
Windows 10
BDS Version
1.21.60
LeviLamina Version
1.1.1
LegacyScriptEngine Version
0.10.2
Additional context
No response