diff --git a/settingtypes.txt b/settingtypes.txt index aebbfaa..222bf36 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -28,9 +28,9 @@ mesecon.luacontroller_memsize (Controller memory limit) int 100000 10000 1000000 # IID is ignored and at most one interrupt may be queued if this setting is enabled. mesecon.luacontroller_lightweight_interrupts (Lightweight interrupts) bool false -# behavior of "print" inside a luacontroller. by default, this emits a message into debug.txt. -# set it to noop if you wish to disable that behavior. -mesecon.luacontroller_print_behavior (behavior of print) enum log log,noop +# Behavior of "print" inside a luacontroller. By default, this emits a message into debug.txt. +# Set it to noop if you wish to disable that behavior. +mesecon.luacontroller_print_behavior (Behavior of print) enum log log,noop [mesecons_mvps]