Skip to content

Commit 6a2de3c

Browse files
v 1.6.1
1 parent df8818e commit 6a2de3c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

UUIDMethods/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
/bin/
2+
/bin/
3+
/bin/

UUIDMethods/src/de/yellowphoenix18/uuidmethods/UUIDMethods.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class UUIDMethods extends JavaPlugin {
1313
public static int port = 3306;
1414
public static String username = "username";
1515
public static String password = "password";
16-
public static String database = "SkyWars";
16+
public static String database = "database";
1717
public static boolean enabled = false;
1818

1919
public void onEnable() {

0 commit comments

Comments
 (0)