Fixed a couple of unneeded returns in ProtoProxy
This commit is contained in:
parent
c51a9b5fc2
commit
e3646fc877
@ -387,8 +387,6 @@ bool cConnection::RelayFromServer(void)
|
|||||||
return CLIENTSEND(Buffer, res);
|
return CLIENTSEND(Buffer, res);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -425,8 +423,6 @@ bool cConnection::RelayFromClient(void)
|
|||||||
return SERVERSEND(Buffer, res);
|
return SERVERSEND(Buffer, res);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user