From bcd8edf96831e426b683fd6c23b961847dea980d Mon Sep 17 00:00:00 2001 From: Arcidayne <9382522b@opayq.com> Date: Wed, 16 Mar 2016 16:40:43 -0400 Subject: [PATCH] Minor bug fix --- Epic_Calendar/Epic_Calendar.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Epic_Calendar/Epic_Calendar.xml b/Epic_Calendar/Epic_Calendar.xml index 4b5590c..670c7c7 100644 --- a/Epic_Calendar/Epic_Calendar.xml +++ b/Epic_Calendar/Epic_Calendar.xml @@ -14,8 +14,8 @@ purpose="Future Epic events shown right in the MUD!" save_state="y" date_written="2015-10-26 12:43:55" - requires="4.00" - version="3.0" + requires="4.90" + version="3.1" > @@ -89,7 +89,7 @@ function update_plugin() async_ok, async = pcall (require, "async") if async_ok then - plugin_page = async_doAsyncRemoteRequest(raw, raw_get, "HTTPS") + plugin_page = async.doAsyncRemoteRequest(raw, raw_get, "HTTPS") else ColourNote("white", "blue", "Error on plugin update!") end