Skip to content

Commit

Permalink
Fix meta typo
Browse files Browse the repository at this point in the history
RIP In Peace, dbot!
  • Loading branch information
mcmonkey4eva committed Feb 25, 2016
1 parent c4e74ff commit e9b771d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -386,7 +386,7 @@ public void run() {
// player (<click type>) clicks block (with <item>)
// player stands on <pressure plate>
//
// @Regex ^on player ((([^\s]+ )?clicks [^\s]+( with [^\s]+)?( in [^\s]+)?))|(stands on [^\s]+))( in ((notable (cuboid|ellipsoid))|([^\s]+)))?$
// @Regex ^on player (((([^\s]+ )?clicks [^\s]+( with [^\s]+)?( in [^\s]+)?))|(stands on [^\s]+))( in ((notable (cuboid|ellipsoid))|([^\s]+)))?$
//
// @Triggers when a player clicks on a block or stands on a pressure plate.
// @Context
Expand Down

0 comments on commit e9b771d

Please sign in to comment.