Skip to content

Commit

Permalink
Invalid shooters are "null" not "context.shooter"
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 18, 2013
1 parent ff0faf3 commit b231f89
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -619,6 +619,9 @@ else if (shooter.isPlayer()) {
context.put("shooter", shooter);
}
}
else {
context.put("shooter", "null");
}
}
}

Expand Down

0 comments on commit b231f89

Please sign in to comment.