修改错误方法调用

This commit is contained in:
SNDA\niujiaqun.nathan
2025-09-24 18:18:48 +08:00
parent d8ea324018
commit cc266a7ba9

View File

@@ -67,7 +67,7 @@ export class EntityProcessorList {
// 清理处理器
for (const processor of this._processors) {
try {
processor.update();
processor.reset();
} catch (error) {
EntityProcessorList._logger.error(`Error in processor ${getSystemInstanceTypeName(processor)}:`, error);
}