Skip to content

Commit

Permalink
Merge pull request #19 from iLPdev/development
Browse files Browse the repository at this point in the history
feat(install): 📦 remove generic mapper if installed
  • Loading branch information
iLPdev committed May 5, 2022
2 parents 0c5904e + af05d09 commit 7e2d0d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion PRS.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
-- Procedural Realms Script (PRS) by Stack
local version = "0.10.2"
local version = "0.11.0"

-- check if the generic_mapper package is installed and, if so, uninstall it
if table.contains(getPackages(),"generic_mapper") then
uninstallPackage("generic_mapper")
end

-- Open the windows
PRSchat.tabs()
Expand Down

0 comments on commit 7e2d0d0

Please sign in to comment.