From ab0f8450e5a7ba7442e7d335c64db36470b30c7e Mon Sep 17 00:00:00 2001 From: KingMcDonalds Date: Fri, 21 Feb 2025 00:19:18 -0800 Subject: [PATCH] fixing lockdoor script --- resources/cd_doorlock/configs/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/cd_doorlock/configs/config.lua b/resources/cd_doorlock/configs/config.lua index 51fbbf9bd..c2ece1087 100644 --- a/resources/cd_doorlock/configs/config.lua +++ b/resources/cd_doorlock/configs/config.lua @@ -86,7 +86,7 @@ Config.DoorAccessPerms = { --When creating/editing/deleting/importing doors, you Config.DoorStateDisplay = { - DrawTextUI = true, --Do you want doors to display the lock/unlock state via the built in draw text UI? + DrawTextUI = false, --Do you want doors to display the lock/unlock state via the built in draw text UI? Emojis = true, --Do you want doors to display the lock/unlock state via emojis? Draw3DText = false, --Do you want doors to display the lock/unlock state via draw 3d text UI? Notification = true --Do you want a notification to show after a door is locked/unlocked?