mirror of
https://github.com/songoda/UltimateKits.git
synced 2024-11-02 16:49:34 +01:00
Support for epic spawners.
This commit is contained in:
parent
b1a58e431a
commit
7b0f88d13a
@ -78,6 +78,7 @@ public class KitItem {
|
||||
for (String s : kitOptions) {
|
||||
if (s.equals("")) continue;
|
||||
String[] sSplit = s.split(":", 2);
|
||||
if (sSplit.length != 2) return line;
|
||||
String option = sSplit[0].toLowerCase();
|
||||
String value = sSplit[1].trim();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user