Skip to content

Commit 2eb3532

Browse files
authored
Set CanDrop to false for :btools (#2030)
* Update Admins.luau
1 parent 976b64a commit 2eb3532

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MainModule/Server/Commands/Admins.luau

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,8 @@ return function(Vargs, env)
599599
assert(typeof(F3X) == "Instance", "Unable to load F3X.")
600600
end
601601

602+
F3X.CanBeDropped = false
603+
602604
if Variables.F3XCached == nil then
603605
Variables.F3XCached = F3X:Clone()
604606
end

0 commit comments

Comments
 (0)