Skip to content

Commit

Permalink
Added port functionality
Browse files Browse the repository at this point in the history
Signed-off-by: DoJapHD <[email protected]>
  • Loading branch information
DoJapHD committed Jul 8, 2023
1 parent 26d2957 commit d785840
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
@AutoActivity
public class ShortcutActivity extends Activity {

private static final Pattern SHORTCUT_REGEX = Pattern.compile("[\\w.]{0,32}");
private static final Pattern SHORTCUT_REGEX = Pattern.compile("[\\w.:]{0,32}");
private static final TextColorStripper TEXT_COLOR_STRIPPER = Laby.references()
.textColorStripper();
private final SendServerAddon addon;
Expand Down

0 comments on commit d785840

Please sign in to comment.