Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLua committed Dec 28, 2023
1 parent 72e2e3a commit 91d37d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Satchel/SatchelScript.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ local function OnChildRemoved(child: Instance): () -- From Character or Backpack
end

if tool :: any == ActiveHopper then --NOTE: HopperBin
ActiveHopper = nil :: any
ActiveHopper = nil :: any
end

BackpackScript.BackpackItemRemoved:Fire()
Expand All @@ -1048,7 +1048,7 @@ local function OnCharacterAdded(character: Model): ()
slot:Delete()
end
end
ActiveHopper = nil :: any --NOTE: HopperBin
ActiveHopper = nil :: any --NOTE: HopperBin

-- And any old Connections
for _, conn in pairs(CharConns) do
Expand Down

0 comments on commit 91d37d9

Please sign in to comment.