forked from MagicBane/Server
Effects.cfg parser
This commit is contained in:
@@ -62,7 +62,7 @@ public class EffectsParser {
|
|||||||
data.id = lines.get(1).replace(" ", "").split(" ")[0];
|
data.id = lines.get(1).replace(" ", "").split(" ")[0];
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
data.name = lines.get(1).replace(" ", "").split(" ")[1];
|
data.name = lines.get(1).replace(" ", "").replace("\"", "").split(" ")[1];
|
||||||
}
|
}
|
||||||
catch(Exception e)
|
catch(Exception e)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user