Skip to content

Commit

Permalink
Remove silly null checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphan1 committed Jul 18, 2013
1 parent 2e3ae62 commit b6ff8cf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -392,7 +392,7 @@ else if (npc != null) {
world_script_events.add("server flag " + flagName + " changed");
}

context.put("owner", flagOwner == null ? "s@server" : flagOwner);
context.put("owner", flagOwner);
context.put("name", flagName);
context.put("type", type);
context.put("old_value", value.size() > 1
Expand Down

0 comments on commit b6ff8cf

Please sign in to comment.