File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ settings.SoundInterval = tonumber(chatmon_plugin_xml.settings.SoundInterval)
114114
115115coroutine .schedule (function ()
116116 windower .create_dir (windower .windower_path .. ' plugins\\ deprecated' )
117- os.rename (windower .windower_path .. ' plugins\\ ChatMon.xml' , windower .windower_path .. ' plugins\\ depercated \\ ChatMon.xml' )
118- os.rename (windower .windower_path .. ' plugins\\ ChatMon.dll' , windower .windower_path .. ' plugins\\ depercated \\ ChatMon.dll' )
117+ os.rename (windower .windower_path .. ' plugins\\ ChatMon.xml' , windower .windower_path .. ' plugins\\ deprecated \\ ChatMon.xml' )
118+ os.rename (windower .windower_path .. ' plugins\\ ChatMon.dll' , windower .windower_path .. ' plugins\\ deprecated \\ ChatMon.dll' )
119119end , 0 )
120120
121121return settings
You can’t perform that action at this time.
0 commit comments