mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 10:38:56 +01:00
Prevents exception when emulating the android version through renpy
This commit is contained in:
parent
aba1477600
commit
868487c9b2
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue