Skip to content

Commit

Permalink
Added fail-save for when the user tries to run two instances of EID s…
Browse files Browse the repository at this point in the history
…imultaniously
  • Loading branch information
wofsauge committed Nov 25, 2024
1 parent 5bd0e8c commit 2473868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
if EID and EID.Name then print("Error: Two instances of EID found! Please uninstall one of them!") return end -- If EID is already loaded, warn the user and dont load the second one.
EID = RegisterMod("External Item Descriptions", 1)
-- important variables
EID.GameVersion = "ab+"
Expand Down

0 comments on commit 2473868

Please sign in to comment.