Skip to content

Commit

Permalink
minor meta improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Feb 3, 2019
1 parent 0860c38 commit 964aa85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void mathTag(ReplaceableTagEvent event) { // TODO: Core
// Returns either the first element, or 'fallback' element depending on
// the outcome of the condition. First element will show in a result of 'true',
// otherwise the fallback element will show.
// Example: '<t[<player.is_spawned>]:Player is spawned! || Player is not spawned!>'
// Example: '<tern[<player.is_spawned>]:Player is spawned! || Player is not spawned!>'
// -->
public void ternaryTag(ReplaceableTagEvent event) { // TODO: Core
if (!event.matches("ternary", "tern", "t")) {
Expand Down

0 comments on commit 964aa85

Please sign in to comment.