forked from Cavemanon/SnootGame
Prevents exception when emulating the android version through renpy
This commit is contained in:
parent
aba1477600
commit
868487c9b2
@ -85,7 +85,7 @@ init python:
|
|||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
if renpy.android:
|
if renpy.android and not config.developer:
|
||||||
|
|
||||||
moddir = os.path.join(os.environ["ANDROID_PUBLIC"], "game")
|
moddir = os.path.join(os.environ["ANDROID_PUBLIC"], "game")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user