Update AardClock2.0_Beta.xml

pull/4/head
AardCrowley 6 years ago
parent 03d58cca62
commit b4b4ad8174

@ -6,7 +6,7 @@
<!-- Plugin "Aardwolf_Clock" generated by Plugin Wizard --> <!-- Plugin "Aardwolf_Clock" generated by Plugin Wizard -->
<muclient> <muclient>
<plugin name="Aardwolf_Clock" author="Crowley, with help from Fiendish" id="28a36788fa20aa062e760ee2" language="Lua" purpose="Displays a realtime clock based on Aardwolf game time" save_state="y" date_written="2018-05-15 11:43:22" requires="4.90" version="2.3"> <plugin name="Aardwolf_Clock" author="Crowley, with help from Fiendish" id="28a36788fa20aa062e760ee2" language="Lua" purpose="Displays a realtime clock based on Aardwolf game time" save_state="y" date_written="2018-05-15 11:43:22" requires="4.90" version="2.4">
</plugin> </plugin>
@ -463,16 +463,16 @@ require 'mw_theme_base'
local file = io.open(GetPluginInfo(GetPluginID(), 6), "w") local file = io.open(GetPluginInfo(GetPluginID(), 6), "w")
file:write(page) file:write(page)
file:close() file:close()
end
raw_version = nil if "" == GetAlphaOption("script_prefix") then
SetAlphaOption("script_prefix", "\\\\\\")
end
if "" == GetAlphaOption("script_prefix") then Execute(GetAlphaOption("script_prefix") .. "DoAfterSpecial(1, \"ReloadPlugin('" .. GetPluginID() .. "')\", sendto.script)")
SetAlphaOption("script_prefix", "\\\\\\") ColourNote("white", "blue", "Update complete!")
end end
Execute(GetAlphaOption("script_prefix") .. "DoAfterSpecial(1, \"ReloadPlugin('" .. GetPluginID() .. "')\", sendto.script)") raw_version = nil
ColourNote("white", "blue", "Update complete!")
end -- end Update code end -- end Update code
]]> ]]>
</script> </script>

Loading…
Cancel
Save