Skip to content

Commit ea67b92

Browse files
committed
Run codex
1 parent 6a48b24 commit ea67b92

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

resources/ecs/main.ecs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,7 @@ DoNotes:
274274

275275
json parse url the location as Args
276276
put property `arg` of Args into Arg
277-
if Arg is not empty go to RunCodex
278-
stop
277+
if Arg is empty stop
279278

280279
RunCodex:
281280
if module CodexModule is not running
@@ -287,7 +286,7 @@ RunCodex:
287286
set style `display` of Body to `none`
288287
run Script as CodexModule
289288
end
290-
set `start` to CodexModule
289+
send `start` to CodexModule
291290
stop
292291

293292
ShowLife:

0 commit comments

Comments
 (0)