Changeset 8377 for code/branches/tutoriallevel2/src/modules/notifications
- Timestamp:
- May 2, 2011, 1:33:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutoriallevel2/src/modules/notifications/NotificationDispatcher.cc
r8374 r8377 113 113 { 114 114 const std::string message = this->createNotificationMessage(); 115 NotificationListener::sendNotification(message, clientId, this->getSender());115 NotificationListener::sendNotification(message, this->getSender(), notificationMessageMode::message, notificationSendMode::network, clientId); 116 116 } 117 117 else if(GameMode::isServer())
Note: See TracChangeset
for help on using the changeset viewer.