Merge pull request #515 from ngdeao/master

Netcode and Zoning Improvements
This commit is contained in:
Akkadius
2016-04-07 21:48:27 -05:00
10 changed files with 105 additions and 106 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ bool Client::Process() {
if(Connected() || IsLD())
{
// try to send all packets that weren't sent before
if(!IsLD() && zoneinpacket_timer.Check())
if (!IsLD() && zoneinpacket_timer.Check())
{
SendAllPackets();
}