Changeset 7463 for code/trunk/src/modules/notifications
- Timestamp:
- Sep 17, 2010, 9:41:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/notifications/Notification.cc
r7462 r7463 114 114 bool Notification::send(unsigned int clientId, const std::string & sender = NotificationManager::NONE) 115 115 { 116 COUT(0) << "MUP: " << Host::getPlayerID() << "|" << clientId << std::endl; 116 117 if(GameMode::isStandalone() || Host::getPlayerID() == clientId) 117 118 {
Note: See TracChangeset
for help on using the changeset viewer.