diff --git a/js/rpg_core/Utils.js b/js/rpg_core/Utils.js index e9d80ee3..3b3bd15f 100644 --- a/js/rpg_core/Utils.js +++ b/js/rpg_core/Utils.js @@ -28,6 +28,8 @@ Utils.RPGMAKER_NAME = 'MV'; */ Utils.RPGMAKER_VERSION = "1.3.5"; +Utils.RPGMAKER_ENGINE = "community-1.1"; + /** * Checks whether the option is in the query string. *