Skip to content

Commit

Permalink
Update SmartAutoPassword.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Plintor authored Mar 14, 2024
1 parent d0112c1 commit 58bea8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/me/plinto/smartpassword/SmartAutoPassword.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import java.security.SecureRandom;
import java.util.*;

@Mod(modid = "smartpassword", name = "SmartPassword", version = "0.7")
@Mod(modid = "smartpassword", name = "SmartAutoPassword", version = "0.7")
public class SmartAutoPassword {
private static Minecraft mc=Minecraft.getMinecraft();
private static boolean enabled=false;
Expand Down Expand Up @@ -327,4 +327,4 @@ private static String decrypt(String t) {
.replace("_...::..:...:....._", "Z").replace("_..:.:.:::.....:...._", "z");
return hehehe;
}
}
}

0 comments on commit 58bea8b

Please sign in to comment.