mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Refactor Script API's log_deprecated
This commit is contained in:
parent
4da057cc49
commit
c657fb343f
6 changed files with 27 additions and 31 deletions
|
@ -121,8 +121,3 @@ void ServerScripting::InitializeModApi(lua_State *L, int top)
|
|||
ModApiStorage::Initialize(L, top);
|
||||
ModApiChannels::Initialize(L, top);
|
||||
}
|
||||
|
||||
void log_deprecated(const std::string &message)
|
||||
{
|
||||
log_deprecated(NULL, message);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue