forked from MagicBane/Server
Merge remote-tracking branch 'origin/feature-server-restrictions' into feature-lore-ruleset
This commit is contained in:
@@ -280,7 +280,7 @@ public enum DbManager {
|
|||||||
|
|
||||||
// Split set string and trim each element
|
// Split set string and trim each element
|
||||||
|
|
||||||
String[] elements = mysqlSet.split(",");
|
String[] elements = mysqlSet.split(";");
|
||||||
|
|
||||||
for (String element : elements) {
|
for (String element : elements) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user