|
@@ -34,8 +34,8 @@ public class Commands {
|
|
try {
|
|
try {
|
|
commands.handleCommand(server.getCommandSource(), s);
|
|
commands.handleCommand(server.getCommandSource(), s);
|
|
} catch(Exception ex) {
|
|
} catch(Exception ex) {
|
|
- sc.getScriptManager().getLogger().print(null, ex, "living.heal", sc.getName(),
|
|
|
|
- sc, trace);
|
|
|
|
|
|
+ sc.getScriptManager().getLogger().print(null, ex, "command", sc.getName(), sc,
|
|
|
|
+ trace);
|
|
}
|
|
}
|
|
});
|
|
});
|
|
});
|
|
});
|