Skip to content

Commit

Permalink
Fix manifest keys const name error in PR #27 (#29)
Browse files Browse the repository at this point in the history
* fix manifest keys const not being renamed in a previous commit
  • Loading branch information
ithinkandicode authored Jan 15, 2023
1 parent db1adf9 commit 7dc0052
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions loader/mod_loader.gd
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ const UNPACKED_DIR = "res://mods-unpacked/"
const REQUIRED_MOD_FILES = ["mod_main.gd", "manifest.json"]

# Required keys in a mod's manifest.json file
const REQUIRED_META_TAGS = [
"id",
const REQUIRED_MANIFEST_KEYS_ROOT = [
"name",
"version_number",
"website_url",
Expand Down

0 comments on commit 7dc0052

Please sign in to comment.