Fixed api not being set global

This commit is contained in:
Fierelier 2019-06-02 17:56:01 +02:00
parent 5aec6f2870
commit 14673a0413
1 changed files with 1 additions and 0 deletions

View File

@ -412,6 +412,7 @@ def setupVariables():
originalModPath = modPath
def init():
global api
api = False
title("Fier's Universal Modloader - " +uml.versionString)
setupVariables()