mirror of
https://github.com/ChronosX88/nesca.git
synced 2024-11-23 18:52:19 +00:00
PieStat fix.
This commit is contained in:
parent
0de7c907cf
commit
4f8cb2c53b
@ -251,7 +251,8 @@ int Connector::_ConnectToPort(char* ip, int port)
|
|||||||
|
|
||||||
if(size > 0)
|
if(size > 0)
|
||||||
{
|
{
|
||||||
++Alive;
|
++Alive;//ME2
|
||||||
|
++found;//PieStat
|
||||||
Lexems lx;
|
Lexems lx;
|
||||||
lx._filler(port, buffer.c_str(), ip, size, &lx);
|
lx._filler(port, buffer.c_str(), ip, size, &lx);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user