RGB

Results 1 issues of RGB

### Describe the bug 即使在回调函数返回false, 背包也依然会打开 (使用场景是检测打开背包键) ### To Reproduce ```js mc.listen('onOpenContainerScreen', pl => { return false }) ``` 依然可以打开背包 ### Expected behavior 背包不应该打开 ### Screenshots _No response_ ### Platform...

bug