mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-23 09:41:20 +01:00
!removed debug message
This commit is contained in:
parent
59c8976d8d
commit
5a301b3a4f
@ -60,7 +60,6 @@ public class TemplateModifier {
|
|||||||
weight = config.getDouble("weight", parent.weight);
|
weight = config.getDouble("weight", parent.weight);
|
||||||
nameModifier = parent.nameModifier;
|
nameModifier = parent.nameModifier;
|
||||||
data = parent.data;
|
data = parent.data;
|
||||||
System.out.println("Got modifier from file.");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user