Changeset 8681 for code/branches/presentation/src/orxonox/infos
- Timestamp:
- May 30, 2011, 9:58:19 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/infos/GametypeInfo.cc
r8648 r8681 100 100 void GametypeInfo::changedStarted(void) 101 101 { 102 102 NotificationListener::sendCommand("clear", GametypeInfo::NOTIFICATION_SENDER); 103 103 } 104 104 … … 308 308 { 309 309 if(this->hasStarted() && !this->hasEnded()) 310 { 311 //NotificationListener::sendCommand("clear", GametypeInfo::NOTIFICATION_SENDER, notificationSendMode::network, player->getClientID()); 310 312 311 this->setSpawnedHelper(player, true); 313 }314 312 } 315 313 }
Note: See TracChangeset
for help on using the changeset viewer.