forked from MagicBane/Server
Debug code removed
This commit is contained in:
@@ -157,9 +157,6 @@ public class PowersParser {
|
|||||||
actionEntry = new ActionEntry();
|
actionEntry = new ActionEntry();
|
||||||
arguments = lineValues[1].trim().split("\\s+");
|
arguments = lineValues[1].trim().split("\\s+");
|
||||||
|
|
||||||
if (powerEntry.power_id.equals("HNT-050"))
|
|
||||||
Logger.error("debug");
|
|
||||||
|
|
||||||
actionEntry.effect_id = arguments[0];
|
actionEntry.effect_id = arguments[0];
|
||||||
actionEntry.minTrains = Integer.parseInt(arguments[1]);
|
actionEntry.minTrains = Integer.parseInt(arguments[1]);
|
||||||
actionEntry.maxTrains = Integer.parseInt(arguments[2]);
|
actionEntry.maxTrains = Integer.parseInt(arguments[2]);
|
||||||
|
|||||||
Reference in New Issue
Block a user