Skip to content

Commit dafeb05

Browse files
committed
log: 修改日志输出
1 parent ed874d6 commit dafeb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GeniusInvokationAutoToy/Strategy/Model/Character.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public bool UseSkill(int skillIndex, Duel duel)
106106
}
107107
else
108108
{
109-
MyLogger.Warn("没有足够的手牌或元素骰子释放技能,停止自动打牌");
109+
MyLogger.Warn("没有足够的手牌或元素骰子释放技能");
110110
return false;
111111
}
112112
}

0 commit comments

Comments
 (0)