Ignore:
Timestamp:
11/28/18 15:32:42 (6 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/actions/Misc.java

    r1142 r1197  
    216216                        for (String action : actions) {
    217217                                if (!action.equalsIgnoreCase("runitem")) {
    218                                         Actions.PerformAction(DisplayController.getCurrentFrame(), current,
     218                                        Actions.LegacyPerformAction(DisplayController.getCurrentFrame(), current,
    219219                                                        action);
    220220                                }
     
    12831283                }
    12841284               
    1285                 Actions.PerformAction(DisplayController.getCurrentFrame(), null, command);
     1285                Actions.PerformAction(DisplayController.getCurrentFrame(), null, command, null);
    12861286        }
    12871287       
     
    13011301                if(name == "action" || name == "agent") {
    13021302                        if(args.length() > 0) {
    1303                                 Actions.PerformAction(DisplayController.getCurrentFrame(), null, args);
     1303                                Actions.LegacyPerformAction(DisplayController.getCurrentFrame(), null, args);
    13041304                        } else {
    13051305                                MessageBay.displayMessage("Please specify an action/agent name");
Note: See TracChangeset for help on using the changeset viewer.