Skip to content

Commit

Permalink
Notizheft
Browse files Browse the repository at this point in the history
  • Loading branch information
S-PScripts authored Oct 11, 2024
1 parent 6baf474 commit 04bbcf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Luau/KAH/Main Scripts/KohlsLite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2019,7 +2019,7 @@ game.Players.LocalPlayer.Chatted:Connect(function(msg)
end
end

if string.sub(msg:lower(), 1, #prefix + 6) == prefix..'bcirca' then
if string.sub(msg:lower(), 1, #prefix + 6) == prefix..'bcirca' then -- .supercmd .gear me boombox -> .circa -> .bcirca
Remind("Ensure boomboxes are equipped.")
local check = string.sub(msg:lower(), #prefix + 8, #prefix + 8)
if check == "g" then
Expand Down

0 comments on commit 04bbcf4

Please sign in to comment.