5 > $ for leetconverter

This commit is contained in:
Bella 2020-03-12 23:00:56 -04:00
parent dc6254b2e4
commit 5455b99136
No known key found for this signature in database
GPG Key ID: 03B01AC937D1C89C
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ public class FancyChat extends Module {
case "o":
return "0";
case "s":
return "5";
return "$";
case "t":
return "7";
default: return i;