Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save and Play doesn't send XML on tabletopsimulator-lua.loadSave.includeOtherFiles == false. #131

Open
Andr3wD opened this issue Oct 30, 2020 · 0 comments

Comments

@Andr3wD
Copy link
Contributor

Andr3wD commented Oct 30, 2020

Save and Play doesn't send XML UI on tabletopsimulator-lua.loadSave.includeOtherFiles == false.

if atom.config.get('tabletopsimulator-lua.loadSave.includeOtherFiles')
for @luaObject in @luaObjects.scriptStates
if @luaObject.guid of uis
@luaObject.ui = @insertXmlFiles(uis[@luaObject.guid])

@luaObject.ui is never set if setting tabletopsimulator-lua.loadSave.includeOtherFiles == false.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant