Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7348


Ignore:
Timestamp:
Sep 4, 2010, 9:33:42 AM (14 years ago)
Author:
dafrick
Message:

Small change such that the server doesn't automatically display all Notifications instead of just the ones that are meant for him.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/notifications/src/modules/notifications/Notification.cc

    r7338 r7348  
    9494        registerVariable(this->message_);
    9595        registerVariable(this->sender_);
    96         registerVariable(this->sent_, ObjectDirection::Bidirectional);
     96        registerVariable(this->sent_);
    9797    }
    9898
     
    108108    {
    109109
    110         if(GameMode::isMaster())
     110        if(GameMode::isStandalone())
    111111        {
    112112            this->sendHelper(sender);
Note: See TracChangeset for help on using the changeset viewer.