Skip to content

Commit

Permalink
ChatMon: Fixed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
z16 committed Nov 4, 2024
1 parent 716af07 commit 5b7ed89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/chatmon/deprecate_plugin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ settings.SoundInterval = tonumber(chatmon_plugin_xml.settings.SoundInterval)

coroutine.schedule(function()
windower.create_dir(windower.windower_path .. 'plugins\\deprecated')
os.rename(windower.windower_path .. 'plugins\\ChatMon.xml', windower.windower_path .. 'plugins\\depercated\\ChatMon.xml')
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')
end, 0)

return settings

0 comments on commit 5b7ed89

Please sign in to comment.