Skip to content

Commit 885a6f6

Browse files
committed
bug fix
1 parent 54363c4 commit 885a6f6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

resources/ecs/codex.ecs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,12 @@
9999
! Properties file only exists if the site is writable
100100
put empty into Script
101101
clear ReadOnly
102-
rest get Script from `/properties.txt` or set ReadOnly
103-
102+
rest get Script from `/properties.txt`
103+
or begin
104+
set ReadOnly
105+
go to L2
106+
end
107+
L2:
104108
clear PasswordRequested
105109

106110
if portrait

0 commit comments

Comments
 (0)