Skip to content

Commit ad38696

Browse files
authored
Merge pull request #1 from ddededodediamante/main
fix married users!
2 parents 98ea85d + 5b66fd3 commit ad38696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/embin/poosmp/items/WeddingRingItem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import java.util.List;
1919

2020
public class WeddingRingItem extends CreativeSnitchItem {
21-
public static String[] married_users = {"Embin", "lukitagame5"};
21+
public static String[] married_users = {"Embin", "ddededodediamant"};
2222
public WeddingRingItem(Settings settings) {
2323
super(settings);
2424
}

0 commit comments

Comments
 (0)