1095 throw Exitception(); |
1095 throw Exitception(); |
1096 } |
1096 } |
1097 else if (command == "watch") |
1097 else if (command == "watch") |
1098 { |
1098 { |
1099 if (not args.is_empty()) |
1099 if (not args.is_empty()) |
1100 m_session.request_watch(args); |
1100 m_session.requestWatch(args); |
1101 else |
1101 else |
1102 printError("No CVars to watch.\n"); |
1102 printError("No CVars to watch.\n"); |
1103 } |
1103 } |
1104 else |
1104 else |
1105 printError("Unknown command: %s\n", command.chars()); |
1105 printError("Unknown command: %s\n", command.chars()); |