1
0

Fixed data length issues

This commit is contained in:
Tiger Wang
2014-03-02 16:28:51 +00:00
parent 124fc8bc66
commit a2fb28dd08
2 changed files with 4 additions and 3 deletions

View File

@@ -939,7 +939,7 @@ void cClientHandle::HandleRightClick(int a_BlockX, int a_BlockY, int a_BlockZ, e
if (!CheckBlockInteractionsRate())
{
Kick("Too many blocks were destroyed per unit time - hacked client?");
Kick("Too many blocks were placed/interacted with per unit time - hacked client?");
return;
}