Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit b56287a

Browse files
authored
Update Mod.java
1 parent cbae3ce commit b56287a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/id.my.alvinq.mods/Mod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
public class Mod {
99
public static void onLoad(Context context) {
10-
logFiles(context)
10+
logFiles(context);
1111
Toast.makeText(context, "Pesan yang ingin ditampilkan", Toast.LENGTH_SHORT).show();
1212
}
1313
public static void logFiles(Context context) {

0 commit comments

Comments
 (0)