Skip to content

Commit

Permalink
Adding Mod Scope to call to UA Mod.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddewar committed Apr 26, 2022
1 parent 43bf142 commit 2198255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UniversalAutoloadModhubAddonInstaller.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function UniversalAutoloadModhubAddonManager:loadMap(name)
if g_modIsLoaded["FS22_UniversalAutoload"] then
print(" ADDON VEHICLES:")
local vehicleSettingsFile = Utils.getFilename("config/SupportedVehicles.xml", UniversalAutoloadModhubAddonManager.path)
UniversalAutoload.ImportVehicleConfigurations(vehicleSettingsFile)
FS22_UniversalAutoload.UniversalAutoload.ImportVehicleConfigurations(vehicleSettingsFile)
else
print("FS22_UniversalAutoload is required for FS22_UniversalAutoloadModhubAddon")
end
Expand Down
2 changes: 1 addition & 1 deletion modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="64">
<modDesc descVersion="65">

<author>ddewar</author>
<version>1.0.0.0</version>
Expand Down

0 comments on commit 2198255

Please sign in to comment.