diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/scriptapi.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scriptapi.cpp b/src/scriptapi.cpp index dbbaf3dc9..35b597337 100644 --- a/src/scriptapi.cpp +++ b/src/scriptapi.cpp @@ -2026,6 +2026,7 @@ private: return 0; } + // DEPRECATED // get_entity_name(self) static int l_get_entity_name(lua_State *L) { |