Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 10, 2010, 3:54:59 PM (14 years ago)
Author:
smerkli
Message:

oops, forgot to rename the new lua function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/masterserver/src/libraries/network/Server.cc

    r7284 r7632  
    108108    this->openListener();
    109109    LANDiscoverable::setActivity(true);
     110
     111    /* TODO connect to master server here and say you're there */
    110112    return;
    111113  }
     
    149151    // receive incoming packets
    150152    Connection::processQueue();
     153
    151154    // receive and process incoming discovery packets
    152155    LANDiscoverable::update();
Note: See TracChangeset for help on using the changeset viewer.