forked from MagicBane/Server
Effects.cfg parser
This commit is contained in:
@@ -82,7 +82,7 @@ public class EffectsParser {
|
||||
for(String line : lines) {
|
||||
if (line.contains("SOURCEBEGIN"))
|
||||
{
|
||||
data.sources.add(lines.get(index).replace(" ", ""));
|
||||
data.sources.add(lines.get(index + 1).replace(" ", ""));
|
||||
}
|
||||
index++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user