fixing lockdoor script

This commit is contained in:
KingMcDonalds
2025-02-21 00:19:18 -08:00
parent 7cd71d963b
commit ab0f8450e5
+1 -1
View File
@@ -86,7 +86,7 @@ Config.DoorAccessPerms = { --When creating/editing/deleting/importing doors, you
Config.DoorStateDisplay = { 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? 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? 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? Notification = true --Do you want a notification to show after a door is locked/unlocked?