Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions MainModule/Server/Commands/Admins.luau
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,8 @@ return function(Vargs, env)
assert(typeof(F3X) == "Instance", "Unable to load F3X.")
end

F3X.CanBeDropped = false

if Variables.F3XCached == nil then
Variables.F3XCached = F3X:Clone()
end
Expand Down
Loading