fix typo.

This commit is contained in:
起个名字好难的喵
2026-01-23 20:44:41 +08:00
parent cac1ba6b1e
commit 2f90b981cd

View File

@@ -124,7 +124,7 @@ let lastEatBuff = 0;
* 4. 若配置里出现"莫酱""汐酱"关键词,直接终止脚本。
*/
async function loadOrCreateConfig() {
if (operationMode !== '启用仅指定怪物模式') {
if (operationMode == '启用仅指定怪物模式') {
return;
}