Skip to content

Commit ac2c2fd

Browse files
Update README.md
1 parent 179260e commit ac2c2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ public void init()
287287

288288
if (JsonLibWrapper)
289289
{
290-
Vars.content.getBy(ContentType.block).each(blockContent => {
290+
Vars.content.getBy(ContentType.block).each(block => {
291291
let replaceLocalized = JsonLibWrapper.GetBooleanField(block.name, "example-mod-replaceLocalized");
292292

293293
if (replaceLocalized)

0 commit comments

Comments
 (0)