Skip to content

Commit

Permalink
Merge pull request iChun#623 from TheCountryGamer/master
Browse files Browse the repository at this point in the history
Update AbilityHandler.java
  • Loading branch information
iChun committed Oct 6, 2014
2 parents 81ade40 + e310523 commit 09f2d81
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 09f2d81

Please sign in to comment.