Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MX-fox committed Aug 13, 2024
1 parent 2b2e231 commit 1bb8a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dice/ext_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ func RegisterBuiltinExtLog(self *Dice) {
ctx.Player.AutoSetNameTemplate = t.Template
VarSetValueStr(ctx, "$t名片格式", val)
VarSetValueStr(ctx, "$t名片预览", text)
ReplyToSender(ctx, msg, DiceFormatTmpl(ctx, "日志:名片_规则模板"))
ReplyToSender(ctx, msg, DiceFormatTmpl(ctx, "日志:名片_自动设置"))
ok = true
return false
})
Expand Down

0 comments on commit 1bb8a2b

Please sign in to comment.