Skip to content

Commit

Permalink
fix broken commit
Browse files Browse the repository at this point in the history
I don't know how I deleted that line
  • Loading branch information
mcmonkey4eva committed Nov 24, 2019
1 parent b8447e2 commit 5f16ada
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -213,6 +213,7 @@ public void execute(ScriptEntry scriptEntry) {

// Add entities to context so that the specific entities dropped can be fetched.
scriptEntry.addObject("dropped_entities", entityList);
if (entityList.size() == 1) {
scriptEntry.addObject("dropped_entity", entityList.get(0));
}

Expand Down

0 comments on commit 5f16ada

Please sign in to comment.