mirror of https://github.com/quasar/Quasar.git
Fixed small typo
This commit is contained in:
parent
5c6f6d89d7
commit
971708f17b
|
@ -48,7 +48,7 @@ private void OnClientRead(IPacket packet)
|
|||
|
||||
public bool Equals(Client c)
|
||||
{
|
||||
return this.EndPoint.Port == c.EndPoint.Port; // this port is always unqiue for each client
|
||||
return this.EndPoint.Port == c.EndPoint.Port; // this port is always unique for each client
|
||||
}
|
||||
|
||||
private void OnClientWrite(IPacket packet, long length, byte[] rawData)
|
||||
|
|
Loading…
Reference in New Issue