1
0

Fixed a couple of unneeded returns in ProtoProxy

This commit is contained in:
Tycho 2014-03-14 08:05:35 -07:00
parent c51a9b5fc2
commit e3646fc877

View File

@ -387,8 +387,6 @@ bool cConnection::RelayFromServer(void)
return CLIENTSEND(Buffer, res);
}
}
return true;
}
@ -425,8 +423,6 @@ bool cConnection::RelayFromClient(void)
return SERVERSEND(Buffer, res);
}
}
return true;
}