Skip to content

Commit

Permalink
Fix on player changes sign, fixes #1085
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jun 30, 2015
1 parent 8c090eb commit 3ec7c46
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -120,8 +120,8 @@ public HashMap<String, dObject> getContext() {
HashMap<String, dObject> context = super.getContext();
context.put("location", location);
context.put("material", material);
context.put("new_sign", new_sign);
context.put("old_sign", old_sign);
context.put("new", new_sign);
context.put("old", old_sign);
context.put("cuboids", cuboids);
return context;
}
Expand Down

0 comments on commit 3ec7c46

Please sign in to comment.