Skip to content

Commit fdb02ce

Browse files
committed
Fix an error where the game wouldn't launch
I should run the game before pushing
1 parent 38f948e commit fdb02ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mods/core/nsfw.rpy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
label lewdtoggler
1+
label lewdtoggler:
22

33
$ nsfwtoggle = False
44

@@ -20,4 +20,4 @@ label lewdtoggler
2020
s "You have chosen to not see the NSFW scenes."
2121

2222
$ nsfwtoggle = False
23-
return
23+
return

0 commit comments

Comments
 (0)