Disable server process on webgui teardown

This commit is contained in:
Emil Axelsson
2018-11-05 21:28:57 -05:00
parent 1742ed032d
commit 04eef20868
+1 -1
View File
@@ -47,5 +47,5 @@ asset.onInitialize(function ()
end)
asset.onDeinitialize(function ()
openspace.setPropertyValueSingle("Modules.WebGui.EnableServerProcess", false)
openspace.setPropertyValueSingle("Modules.WebGui.ServerProcessEnabled", false)
end)