Skip to content

Commit

Permalink
Update InjectCommand.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 11, 2013
1 parent dcf9199 commit 86605be
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -58,14 +58,14 @@ public class InjectCommand extends AbstractCommand {
// # be injected, it'll clear the queue it was injected to, which in this case is exactly
// # what we need. Clearing the queue will 'cancel' any further execution to the script.
//
// # If the player DOES meet criteria, determine the script passively fulfilled. Specifying
// # 'passively' will allow the script to run beyond the 'determination'.
// # But first, determine the script passively fulfilled so it doesn't display a help message.
// # Specifying 'passively' will allow the script to run beyond the 'determination'.
//
// - determine passively fulfilled
// - if !<player.is_op> {
// - narrate 'You must be an administrator to use this command!'
// - queue clear
// }
// - determine passively fulfilled
//
// # +-- the PAYOFF --+
// # Here's a couple simple commands that'll use our injected utility script!
Expand Down

0 comments on commit 86605be

Please sign in to comment.