Skip to content

Commit 246f3ff

Browse files
authored
Update CapeSwitcher.lua
1 parent 9ae5deb commit 246f3ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/CapeSwitcher.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---@diagnostic disable: lowercase-global
22
name = "Cape Switcher"
3-
description = "Lets you swap and manage your capes, directly from inside the game! (Doesn't apply on join)."
3+
description = "THERE HAVE BEEN KNOWN BANS ON THE HIVE WHEN USING THIS SCRIPT, BE CAREFUL. Lets you swap and manage your capes, directly from inside the game! (Doesn't apply on join)."
44

55
selfmod = client.settings.addAir(0).parent
66
for _, setting in pairs(selfmod.settings) do
@@ -198,4 +198,4 @@ end
198198

199199
customSettingTypeID = client.settings.registerCustomRenderer(CustomSettingType_getHeight, CustomSettingType_render)
200200

201-
client.settings.addCustom("Cape Switcher", customSettingTypeID, 0)
201+
client.settings.addCustom("Cape Switcher", customSettingTypeID, 0)

0 commit comments

Comments
 (0)