forked from MagicBane/Server
Using a string instead of a set.
This commit is contained in:
@@ -280,7 +280,7 @@ public enum DbManager {
|
||||
|
||||
// Split set string and trim each element
|
||||
|
||||
String[] elements = mysqlSet.split(",");
|
||||
String[] elements = mysqlSet.split(";");
|
||||
|
||||
for (String element : elements) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user