mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 03:05:30 -04:00
fixed doc in config (user api stuff moved from os to computer)
This commit is contained in:
parent
4355252751
commit
f1c94c29d3
@ -109,9 +109,10 @@ opencomputers {
|
|||||||
# This determines whether computers can only be used by players that are
|
# 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
|
# 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
|
# 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
|
# can be managed via the Lua API (computer.addUser, computer.removeUser,
|
||||||
# this is true, the following interactions are only possible for users:
|
# computer.users). If this is true, the following interactions are only
|
||||||
# - input via the keyboard.
|
# possible for users:
|
||||||
|
# - input via the keyboard and touch screen.
|
||||||
# - inventory management.
|
# - inventory management.
|
||||||
# - breaking the computer block.
|
# - breaking the computer block.
|
||||||
# If this is set to false, all computers will always be usable by all
|
# If this is set to false, all computers will always be usable by all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user