We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 716af07 commit 5b7ed89Copy full SHA for 5b7ed89
1 file changed
addons/chatmon/deprecate_plugin.lua
@@ -114,8 +114,8 @@ settings.SoundInterval = tonumber(chatmon_plugin_xml.settings.SoundInterval)
114
115
coroutine.schedule(function()
116
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')
+ os.rename(windower.windower_path .. 'plugins\\ChatMon.xml', windower.windower_path .. 'plugins\\deprecated\\ChatMon.xml')
+ os.rename(windower.windower_path .. 'plugins\\ChatMon.dll', windower.windower_path .. 'plugins\\deprecated\\ChatMon.dll')
119
end, 0)
120
121
return settings
0 commit comments