Skip to content

Commit

Permalink
Internal adjustment
Browse files Browse the repository at this point in the history
Blame Morph
  • Loading branch information
mcmonkey4eva committed Aug 18, 2013
1 parent b231f89 commit 8c33bed
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -620,7 +620,7 @@ else if (shooter.isPlayer()) {
}
}
else {
context.put("shooter", "null");
context.put("shooter", new Element("null"));
}
}
}
Expand Down

0 comments on commit 8c33bed

Please sign in to comment.