Skip to content

Commit

Permalink
Update PRS.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
iLPdev committed May 6, 2022
1 parent 78f2b44 commit 6cc7146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PRS.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- Procedural Realms Script (PRS) by Stack
local version = "0.11.0"
local version = "0.12.0"

-- check if the generic_mapper package is installed and, if so, uninstall it
if table.contains(getPackages(),"generic_mapper") then
Expand All @@ -8,4 +8,4 @@ end

-- Open the windows
PRSchat.tabs()
PRSstats.stats()
PRSstats.stats()

0 comments on commit 6cc7146

Please sign in to comment.