Changed comment.
This commit is contained in:
parent
ebfc0fdc67
commit
938bf1df69
@ -119,9 +119,7 @@ public:
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Sends the slab back to the client.
|
// Sends the slab back to the client. It's to refuse a doubleslab placement.
|
||||||
The normal back sending adds the block face to the locations, but this don't work because the Y-Coordinate with the block face
|
|
||||||
is one higher than the real slab position. */
|
|
||||||
a_Player->GetWorld()->SendBlockTo(a_BlockX, a_BlockY, a_BlockZ, a_Player);
|
a_Player->GetWorld()->SendBlockTo(a_BlockX, a_BlockY, a_BlockZ, a_Player);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user