Merge remote-tracking branch 'origin/master' into Invasions

This commit is contained in:
CharonInferar
2014-08-10 14:28:41 +02:00
17 changed files with 203 additions and 205 deletions
+1 -1
View File
@@ -724,7 +724,7 @@ public class CommandService implements INetworkDispatch {
} else {
if (FileUtilities.doesFileExist("scripts/commands/" + command.getCommandName().toLowerCase() + ".py")) {
System.err.print("Command " + command.getCommandName() + " is considered a combat command by the client but has a regular command script!");
core.scriptService.callScript("scripts/commands/combat/", command.getCommandName().toLowerCase(), "run", core, attacker, target, "");
core.scriptService.callScript("scripts/commands/", command.getCommandName().toLowerCase(), "run", core, attacker, target, "");
}
}