Skip to content

Commit d13f6b4

Browse files
committed
修改audio路径斜杠
1 parent 4f25d19 commit d13f6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MY_ChatMonitor/src/MY_ChatMonitor.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ _C.OnMsgArrive = function(szMsg, nFont, bRich, r, g, b, szChannel)
178178
end
179179
-- 发出提示音
180180
if MY_ChatMonitor.bPlaySound then
181-
MY.PlaySound(MY.GetAddonInfo().szRoot .. "ChatMonitor\\audio\\MsgArrive.wav", "MsgArrive.wav")
181+
MY.PlaySound(MY.GetAddonInfo().szRoot .. "ChatMonitor/audio/MsgArrive.wav", "MsgArrive.wav")
182182
end
183183
-- 如果设置重定向到系统消息则输出(输出时加个标记防止又被自己捕捉了死循环)
184184
if MY_ChatMonitor.bRedirectSysChannel and szChannel ~= "MSG_SYS" then

0 commit comments

Comments
 (0)