Skip to content

Commit

Permalink
Lua code format - (Stylua)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 19, 2024
1 parent 2af599a commit ef32935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/scripts/talkactions/god/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ testLog:register()

-- @module ContainerTalkAction
-- @function Handles the "!testcontainer" TalkAction command for testing the ContainerIterator functionality.
--
--
-- This module defines a TalkAction that allows players to inspect their backpack containers.
-- It can optionally remove items from the container based on the provided parameter.
-- The command logs the total number of items and subcontainers found in the backpack.
Expand All @@ -63,7 +63,7 @@ function containerTalkAction.onSay(player, words, param)
item:remove()
end

if item:getContainer() then
if item:getContainer() then
totalSubContainers = totalSubContainers + 1
else
totalItems = totalItems + 1
Expand Down

0 comments on commit ef32935

Please sign in to comment.