Skip to content

Commit

Permalink
Update Teams.luau
Browse files Browse the repository at this point in the history
  • Loading branch information
WalkerOfBacon authored Nov 29, 2024
1 parent c7fb333 commit 8c0831b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainModule/Client/UI/Default/Teams.luau
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ return function(data, env)
end
end;
})

teamName:GetPropertyChangedSignal("Text"):Connect(function()
teamName.Text = string.gsub(teamName.Text, data.CmdSplitKey, "")
end)
Expand Down

0 comments on commit 8c0831b

Please # to comment.