mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 10:31:29 +00:00
Remove commented std::cout : Sending mana update:
This commit is contained in:
parent
716b377378
commit
b2e4c98848
@ -541,7 +541,6 @@ bool TCPConnection::Process() {
|
|||||||
if (!RecvData(errbuf)) {
|
if (!RecvData(errbuf)) {
|
||||||
struct in_addr in;
|
struct in_addr in;
|
||||||
in.s_addr = GetrIP();
|
in.s_addr = GetrIP();
|
||||||
//std::cout << inet_ntoa(in) << ":" << GetrPort() << ": " << errbuf << std::endl;
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
/* we break to do the send */
|
/* we break to do the send */
|
||||||
|
|||||||
@ -1702,7 +1702,6 @@ void Client::SendManaUpdatePacket() {
|
|||||||
SendEnduranceUpdate();
|
SendEnduranceUpdate();
|
||||||
}
|
}
|
||||||
|
|
||||||
//std::cout << "Sending mana update: " << (cur_mana - last_reported_mana) << std::endl;
|
|
||||||
if (last_reported_mana != cur_mana || last_reported_endur != cur_end) {
|
if (last_reported_mana != cur_mana || last_reported_endur != cur_end) {
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user