From 36a97d441bbb164c59d095aef1ef73f41fa38247 Mon Sep 17 00:00:00 2001 From: Kiryu144 <123davidLP@gmail.com> Date: Fri, 23 Jul 2021 11:14:01 +0200 Subject: Added y bounds checking for cPlayer::PlaceBlock (#5194) --- Server/Plugins/APIDump/APIDesc.lua | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'Server/Plugins/APIDump/APIDesc.lua') diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 6055ff8f1..2f1d66648 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -10879,16 +10879,8 @@ a_Player:OpenWindow(Window); Params = { { - Name = "BlockX", - Type = "number", - }, - { - Name = "BlockY", - Type = "number", - }, - { - Name = "BlockZ", - Type = "number", + Name = "BlockPos", + Type = "Vector3i", }, { Name = "BlockType", @@ -10905,7 +10897,7 @@ a_Player:OpenWindow(Window); Type = "boolean", }, }, - Notes = "Places a block while impersonating the player. The {{OnPlayerPlacingBlock|HOOK_PLAYER_PLACING_BLOCK}} hook is called before the placement, and if it succeeds, the block is placed and the {{OnPlayerPlacedBlock|HOOK_PLAYER_PLACED_BLOCK}} hook is called. Returns true iff the block is successfully placed. Assumes that the block is in a currently loaded chunk.", + Notes = "Places a block while impersonating the player. The {{OnPlayerPlacingBlock|HOOK_PLAYER_PLACING_BLOCK}} hook is called before the placement, and if it succeeds, the block is placed and the {{OnPlayerPlacedBlock|HOOK_PLAYER_PLACED_BLOCK}} hook is called. Returns true iff the block is successfully placed.", }, ReplaceOneEquippedItemTossRest = { -- cgit v1.2.3