Project

General

Profile

Revision 520

fixed another unlock bug, assign robot id bug

View differences:

Command.cpp
226 226
    break;
227 227

  
228 228
  case CLIENT_ASSIGN_ROBOT_ID:
229
    colonet_server->getPositionMonitor()->assignRealId(atoi(tokens[1]), atoi(tokens[2]));
229
    colonet_server->getPositionMonitor()->assignRealId(atoi(tokens[2]), atoi(tokens[3]));
230 230
    break;
231 231

  
232 232
  default:

Also available in: Unified diff