diff options
author | corarona <email@example.com> | 2020-11-05 12:31:03 +0100 |
---|---|---|
committer | corarona <email@example.com> | 2020-11-05 12:31:03 +0100 |
commit | 1bab49049bfc4bf89b4ee69fe734e2a79de0eb9f (patch) | |
tree | cfd481d1911a01a1ef8208f288d9af9c24648801 /src | |
parent | 6efa8a7582e49ab841e516ccc6cfc880de9833ee (diff) | |
download | dragonfireclient-1bab49049bfc4bf89b4ee69fe734e2a79de0eb9f.tar.xz |
add LUA_FCT
Diffstat (limited to 'src')
-rw-r--r-- | src/script/lua_api/l_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/lua_api/l_client.cpp b/src/script/lua_api/l_client.cpp index 21fb9b140..6c4878873 100644 --- a/src/script/lua_api/l_client.cpp +++ b/src/script/lua_api/l_client.cpp @@ -566,6 +566,6 @@ void ModApiClient::Initialize(lua_State *L, int top) API_FCT(set_keypress); API_FCT(drop_selected_item); API_FCT(get_objects_inside_radius); - API_FCT(take_screenshot); + API_FCT(make_screenshot); } |