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.