From 90a34d67c85044aa6d372812b8ed2e0265e7823a Mon Sep 17 00:00:00 2001 From: fluxionary <25628292+fluxionary@users.noreply.github.com> Date: Wed, 22 Feb 2023 20:26:50 -0800 Subject: [PATCH] Update settingtypes.txt Co-authored-by: DS --- settingtypes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settingtypes.txt b/settingtypes.txt index 222bf36..688baf2 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -28,7 +28,7 @@ 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. +# Behavior of print() inside a luacontroller. By default, this emits a message into actionstream. # Set it to noop if you wish to disable that behavior. mesecon.luacontroller_print_behavior (Behavior of print) enum log log,noop