aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_client.cpp
diff options
context:
space:
mode:
authorcorarona <email@example.com>2020-11-05 12:31:03 +0100
committercorarona <email@example.com>2020-11-05 12:31:03 +0100
commit1bab49049bfc4bf89b4ee69fe734e2a79de0eb9f (patch)
treecfd481d1911a01a1ef8208f288d9af9c24648801 /src/script/lua_api/l_client.cpp
parent6efa8a7582e49ab841e516ccc6cfc880de9833ee (diff)
downloaddragonfireclient-1bab49049bfc4bf89b4ee69fe734e2a79de0eb9f.tar.xz
add LUA_FCT
Diffstat (limited to 'src/script/lua_api/l_client.cpp')
-rw-r--r--src/script/lua_api/l_client.cpp2
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);
}