Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Dec 26, 2023
1 parent 73a3ddb commit e906f85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions downloads/mudlet-mapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5926,7 +5926,7 @@ mmp.lagtable =
[4] = {description = "Bad. Terrible. Terribad.", time = 5},
[5] = {description = "Carrier Pigeon", time = 10},
}
local newversion = "23.12.1"
local newversion = "23.12.2"
if mmp.version and mmp.version ~= newversion then
if not mmp.game then
mmp.echo("Mapper script updated - Thanks! I don't know what game are you connected to, though - so please reconnect, if you could.")
Expand Down Expand Up @@ -12537,7 +12537,7 @@ function mmp.installMapperScript()
local path = getModulePath("mudlet-mapper")
if not path then
uninstallPackage("mudlet-mapper")
installPackage(mmp.downloadedscript)
tempTimer(1, [[installPackage(mmp.downloadedscript)]])
else
reloadModule("mudlet-mapper")
end
Expand Down
2 changes: 1 addition & 1 deletion downloads/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.12.1
23.12.2

0 comments on commit e906f85

Please sign in to comment.