Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9494 in orxonox.OLD for trunk/src/util/game_rules.cc


Ignore:
Timestamp:
Jul 27, 2006, 10:44:28 AM (19 years ago)
Author:
bensch
Message:

merged the proxy back

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/game_rules.cc

    r9406 r9494  
    8787void GameRules::registerKill(const Kill& kill)
    8888{
    89   if ( SharedNetworkData::getInstance()->isClient() )
     89  if ( SharedNetworkData::getInstance()->isClient() || SharedNetworkData::getInstance()->isProxyServerActive())
    9090    return;
    9191
Note: See TracChangeset for help on using the changeset viewer.