forked from MagicBane/Server
Field camelcase
This commit is contained in:
@@ -217,7 +217,7 @@ public class PowerActionParser {
|
||||
arguments = Arrays.asList(lineValues.get(1).trim().split("\\s+"));
|
||||
|
||||
for (String bodyPart : arguments)
|
||||
powerAction.bodyparts.add(Integer.parseInt(bodyPart));
|
||||
powerAction.bodyParts.add(Integer.parseInt(bodyPart));
|
||||
break;
|
||||
case "FEMALEBODYPARTS":
|
||||
arguments = Arrays.asList(lineValues.get(1).trim().split("\\s+"));
|
||||
|
||||
Reference in New Issue
Block a user