Skip to content

Commit f49163b

Browse files
committed
ChatMon: Oops
1 parent 802b2ad commit f49163b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

addons/chatmon/deprecate_plugin.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ local truthy_set = S{'true', 't', 'yes', 'y', 'on', 'o'}
111111
settings.DisableOnFocus = not truthy_set:contains(string.lower(chatmon_plugin_xml.settings.DisableOnFocus))
112112
settings.SoundInterval = tonumber(chatmon_plugin_xml.settings.SoundInterval)
113113

114-
-- coroutine.schedule(function()
115-
-- windower.create_dir(windower.windower_path .. 'plugins\\deprecated')
116-
-- os.rename(windower.windower_path .. 'plugins\\ChatMon.xml', windower.windower_path .. 'plugins\\depercated\\ChatMon.xml')
117-
-- os.rename(windower.windower_path .. 'plugins\\ChatMon.dll', windower.windower_path .. 'plugins\\depercated\\ChatMon.dll')
118-
-- end, 0)
114+
coroutine.schedule(function()
115+
windower.create_dir(windower.windower_path .. 'plugins\\deprecated')
116+
os.rename(windower.windower_path .. 'plugins\\ChatMon.xml', windower.windower_path .. 'plugins\\depercated\\ChatMon.xml')
117+
os.rename(windower.windower_path .. 'plugins\\ChatMon.dll', windower.windower_path .. 'plugins\\depercated\\ChatMon.dll')
118+
end, 0)
119119

120120
return settings

0 commit comments

Comments
 (0)