Skip to content

Commit

Permalink
Mod Loader v2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemonymous committed Nov 22, 2022
1 parent 54bab0f commit 9256122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mod_loader/modapi/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function modApi:init()
-- if we start logging before we apply the config, we may not update the log file correctly
ApplyModLoaderConfig(LoadModLoaderConfig())

self.version = "2.8.2"
self.version = "2.8.3"
LOG("GAME VERSION", self:getGameVersion())
LOG("MOD-API VERSION", self.version)
LOGD("Parent directory:", parentDirectory)
Expand Down

0 comments on commit 9256122

Please sign in to comment.