Minor other skillMod changes

This commit is contained in:
Treeku
2014-04-26 00:09:22 +01:00
parent 565fdc20da
commit 5203f23524
2 changed files with 6 additions and 5 deletions
+1 -2
View File
@@ -423,8 +423,7 @@ public class CommandService implements INetworkDispatch {
}
public void processCombatCommand(CreatureObject attacker, SWGObject target, CombatCommand command, int actionCounter, String commandArgs) {
if(FileUtilities.doesFileExist("scripts/commands/combat/" + command.getCommandName() + ".py"))
{
if (FileUtilities.doesFileExist("scripts/commands/combat/" + command.getCommandName() + ".py")) {
core.scriptService.callScript("scripts/commands/combat/", command.getCommandName(), "setup", core, attacker, target, command);
}