We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c5e37 commit d94e8f8Copy full SHA for d94e8f8
atlas_loader/mount_loader.lua
@@ -291,7 +291,8 @@ function M.load(info)
291
if M.use_html_loader and html_loader then
292
html_loader.show()
293
end
294
- if not liveupdate then
+ if not liveupdate
295
+ or (type(liveupdate.is_built_with_excluded_files) == "function" and not liveupdate.is_built_with_excluded_files()) then
296
mount_loaded(data)
297
else
298
---@type atlas_mount[]
game.project
@@ -13,7 +13,7 @@ input_method = HiddenInputField
13
14
[project]
15
title = AtlasLoader
16
-version = 1.1.4
+version = 1.1.5
17
dependencies#0 = https://github.com/andsve/dirtylarry/archive/refs/heads/master.zip
18
19
[library]
0 commit comments