Skip to content

Commit

Permalink
Fix JSON boolean representation of false (#77)
Browse files Browse the repository at this point in the history
Not all JSON parsers transparently convert `"false"` to `false`
  • Loading branch information
rowanj authored and bonii-xx committed Nov 27, 2016
1 parent e137e53 commit 6792d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"requiredMods": [],
"dependencies": [],
"dependants": [],
"useDependencyInformation": "false"
"useDependencyInformation": false
}]

0 comments on commit 6792d01

Please sign in to comment.