fixed doc in config (user api stuff moved from os to computer)

This commit is contained in:
Florian Nücke 2013-12-13 14:41:21 +01:00
parent 4355252751
commit f1c94c29d3

View File

@ -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