Skip to content

Commit 9ebf8fb

Browse files
committed
Stab for S4 build
1 parent 372df0f commit 9ebf8fb

File tree

4 files changed

+4
-1231
lines changed

4 files changed

+4
-1231
lines changed

app/space.drn

0 Bytes
Binary file not shown.

app/space.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2256,7 +2256,7 @@ function is_folder(obj)
22562256
end
22572257

22582258
function is_js(props)
2259-
if (props.language == "LANG_JS") or (props.language == "LANG_JS2") then
2259+
if ((props.language == "LANG_JS") or (props.language == "LANG_JS2")) or (props.language == "LANG_S4") then
22602260
return true
22612261
else
22622262
return false

generator/genserver.drn

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)