From f1c94c29d3ebcbe48583db52ad561ee1f90aee52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Fri, 13 Dec 2013 14:41:21 +0100 Subject: [PATCH] fixed doc in config (user api stuff moved from os to computer) --- reference.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reference.conf b/reference.conf index cf9f8ae5c..097943145 100644 --- a/reference.conf +++ b/reference.conf @@ -109,9 +109,10 @@ opencomputers { # This determines whether computers can only be used by players that are # registered as users on them. Per default a newly placed computer has no # users. Whenever there are no users the computer is free for all. Users - # can be managed via the Lua API (os.addUser, os.removeUser, os.users). If - # this is true, the following interactions are only possible for users: - # - input via the keyboard. + # can be managed via the Lua API (computer.addUser, computer.removeUser, + # computer.users). If this is true, the following interactions are only + # possible for users: + # - input via the keyboard and touch screen. # - inventory management. # - breaking the computer block. # If this is set to false, all computers will always be usable by all