Skip to content

Commit

Permalink
Update AbilityHandler.java
Browse files Browse the repository at this point in the history
How am I supposed to do what I do without returning what I create?
  • Loading branch information
TheCountryGamer committed Oct 6, 2014
1 parent 81ade40 commit e310523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/morph/common/ability/AbilityHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ public static Ability createNewAbilityByType(String type, String[] arguments)
Morph.console("Arguments are erroring when trying to create ability by type: " + abilityClass.getName() + ", "+ type + ", args: " + arguments == null ? "none" : "arg list of size " + arguments.length, true);
e2.printStackTrace();
}
return ab;
}
else
{
Expand Down

0 comments on commit e310523

Please sign in to comment.