Skip to content

Commit 6415c02

Browse files
authored
Merge pull request #2393 from Windower/dev
ChatMon: Fixed naming
2 parents 81add35 + 9519dc7 commit 6415c02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addons/chatmon/deprecate_plugin.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ settings.SoundInterval = tonumber(chatmon_plugin_xml.settings.SoundInterval)
114114

115115
coroutine.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')
119119
end, 0)
120120

121121
return settings

0 commit comments

Comments
 (0)