Prevents exception when emulating the android version through renpy

This commit is contained in:
GManon 2023-01-01 21:14:36 -03:00
parent aba1477600
commit 868487c9b2
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ init python:
import os
if renpy.android:
if renpy.android and not config.developer:
moddir = os.path.join(os.environ["ANDROID_PUBLIC"], "game")