Skip to content

Commit

Permalink
improve flag event meta
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jan 29, 2019
1 parent 5f952b3 commit 215fd3a
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -367,7 +367,7 @@ public Value get(int index) {
// server flag cleared
// server flag <flagname> cleared
//
// @Warning This event will fire rapidly and not exactly when you might expect it to fire.
// @Warning This event will fire rapidly and not exactly when you might expect it to fire. Generally, do not use this event unless you know what you're doing.
//
// @Triggers when a flag is cleared
// @Context
Expand Down Expand Up @@ -631,7 +631,7 @@ public int size() {
// entity flag changed
// entity flag <flagname> changed
//
// @Warning This event will fire rapidly and not exactly when you might expect it to fire.
// @Warning This event will fire rapidly and not exactly when you might expect it to fire. Generally, do not use this event unless you know what you're doing.
//
// @Triggers when a flag is changed
// @Context
Expand Down Expand Up @@ -730,7 +730,7 @@ public String toString() {
// entity flag expires
// entity flag <flagname> expires
//
// @Warning This event will fire rapidly and not exactly when you might expect it to fire.
// @Warning This event will fire rapidly and not exactly when you might expect it to fire. Generally, do not use this event unless you know what you're doing.
//
// @Triggers when a flag expires
// @Context
Expand Down

0 comments on commit 215fd3a

Please sign in to comment.