fix default setting value for mesecons-only door operation

This commit is contained in:
BuckarooBanzay 2021-09-28 13:08:47 +02:00
parent fd17f7c2e1
commit 17725e0ba9
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Doors can only be opened by mesecon signal
scifi_nodes.doors_open_with_mesecon_only (disables right click on doors) bool true
# Doors can only be opened by mesecon signal
scifi_nodes.doors_open_with_mesecon_only (disables right click on doors) bool false
# Teleporter recipe flag
scifi_nodes.teleporter_enable_crafting (enables the teleporter recipe) bool false