Skip to content

Commit

Permalink
gonna do this just on eload, i guess
Browse files Browse the repository at this point in the history
  • Loading branch information
gesslar committed Jun 25, 2024
1 parent af5c784 commit cb7b2df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion mfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"package": "ThreshCommandRepeater",
"title": "Repeat the last command sent to the MUD with Ctrl-R (Cmd-R)",
"description": "Threshold Command Repeater Package for Mudlet ",
"version": "1.3.0",
"version": "1.3.1",
"author": "Gesslar@Threshold",
"icon": "griffon-right.jpg",
"dependencies": "",
Expand Down
11 changes: 0 additions & 11 deletions src/scripts/Updater.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,3 @@ __PKGNAME__.Mupdate.MupdateLoadHandler = __PKGNAME__.MupdateLoadHandler or
"sysLoadEvent", -- event name
function(event) __PKGNAME__.Mupdate:downloadLatestMupdate() end
)

__PKGNAME__.Mupdate.MupdateInstallHandler = __PKGNAME__.Mupdate.MupdateInstallHandler or
registerNamedEventHandler(
__PKGNAME__.Mupdate.tag, -- username
__PKGNAME__.Mupdate.tag..".Install", -- handler name
"sysInstallPackage", -- event name
function(event, package, path)
if package ~= "__PKGNAME__" then return end
__PKGNAME__.Mupdate:downloadLatestMupdate()
end
)

0 comments on commit cb7b2df

Please sign in to comment.