diff --git a/lua-API-CreateRoom().md b/lua-API-CreateRoom().md index 0840f2a..734bc1e 100644 --- a/lua-API-CreateRoom().md +++ b/lua-API-CreateRoom().md @@ -30,7 +30,7 @@ In each of the above examples, a list of parameters is needed. The mandatory par * Room Name: a string indicating the name of the room; this cannot be changed after the room's creation * Tileset Name: a string indicating the tileset the clients should use for this room -* Pager load: The function used for loading Region data -* Pager load: The function used for saving Region data -* Pager load: The function used for creating Region data -* Pager load: The function used for unloading Region data +* Pager.Load: The function used for loading Region data +* Pager.Save: The function used for saving Region data +* Pager.Create: The function used for creating Region data +* Pager.Unload: The function used for unloading Region data