Skip to content

Commit

Permalink
Fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Talamar1 committed Sep 7, 2015
1 parent 541cb71 commit 8596be4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ public class ChatScriptEvent extends BukkitScriptEvent implements Listener {
// @Events
// player chats (in <area>)
//
// @Regex ^on player chats+( in ((notable (cuboid|ellipsoid))|([^\s]+)))?
// @Regex ^on player chats [^\s]+( in ((notable (cuboid|ellipsoid))|([^\s]+)))?
//
// @Cancellable true
//
Expand Down

0 comments on commit 8596be4

Please sign in to comment.