diff options
Diffstat (limited to '')
-rw-r--r-- | Server/Plugins/APIDump/Classes/BlockEntities.lua | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Server/Plugins/APIDump/Classes/BlockEntities.lua b/Server/Plugins/APIDump/Classes/BlockEntities.lua index da47c4acc..bae9030c4 100644 --- a/Server/Plugins/APIDump/Classes/BlockEntities.lua +++ b/Server/Plugins/APIDump/Classes/BlockEntities.lua @@ -622,12 +622,6 @@ World:ForEachChestInChunk(Player:GetChunkX(), Player:GetChunkZ(), Type = "string", }, }, - Returns = - { - { - Type = "string", - }, - }, Notes = "Sets the command", }, }, @@ -760,17 +754,6 @@ World:ForEachChestInChunk(Player:GetChunkX(), Player:GetChunkZ(), }, Notes = "Adjusts the block coords to where the dropspenser items materialize", }, - SetRedstonePower = - { - Params = - { - { - Name = "IsPowered", - Type = "boolean", - }, - }, - Notes = "Sets the redstone status of the dropspenser. If the redstone power goes from off to on, the dropspenser will be activated", - }, }, Constants = { |