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?