1
0

Fixed some redstone items and a bug that prevented floats from client to server packets reading correctly on 64 bit linux.

git-svn-id: http://mc-server.googlecode.com/svn/trunk@50 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
admin@omencraft.com
2011-11-03 17:42:24 +00:00
parent 301569a6c9
commit ef99915447
5 changed files with 15 additions and 14 deletions

View File

@@ -47,4 +47,4 @@ bool cPacket_PlayerMoveLook::Send( cSocket & a_Socket )
bool RetVal = !cSocket::IsSocketError( SendData( a_Socket, Message, TotalSize, 0 ) );
delete [] Message;
return RetVal;
}
}