From ee14c8b2b48385b6a9efeae85becee22c05c5be6 Mon Sep 17 00:00:00 2001 From: Ratstail91 Date: Sun, 23 Nov 2014 07:04:40 -0800 Subject: [PATCH] Updated lua API CreateRoom() (markdown) --- lua-API-CreateRoom().md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua-API-CreateRoom().md b/lua-API-CreateRoom().md index c2b42ec..0840f2a 100644 --- a/lua-API-CreateRoom().md +++ b/lua-API-CreateRoom().md @@ -18,10 +18,9 @@ or --a table containing the parameters, with the room name as element 1 local argTable = { - "room name", arguments... } - local room = CreateRoom(argTable) + local room = CreateRoom("room name", argTable) Rooms can be initialized with `Initialize()` at any time, but doing so will overwrite the old settings of that room, and at this stage, the side effects can't be predicted.