Home
last modified time | relevance | path

Searched refs:sn_decorateIP (Results 1 – 1 of 1) sorted by relevance

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/network/
H A DnNetwork.cpp2933 static short sn_decorateIP = false; variable
2934 static tConfItem< short > sn_decorateIPConf( "CONSOLE_DECORATE_IP", sn_decorateIP );
2948 bool printIP = ( id > 0 && sn_decorateIP ); in DoFilterLine()