Skip to content

Commit

Permalink
Merge branch 'development' into Infrastructure_refactorAndSimplifyPro…
Browse files Browse the repository at this point in the history
…fileClosing
  • Loading branch information
SlySven committed Apr 22, 2024
2 parents 0d98148 + 98b7eff commit beccacb
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 99 deletions.
10 changes: 0 additions & 10 deletions src/TLuaInterpreter.cpp
Expand Up @@ -811,16 +811,6 @@ int TLuaInterpreter::loadReplay(lua_State* L)
}
}

// Documentation: https://wiki.mudlet.org/w/Manual:Lua_Functions#updateMap
int TLuaInterpreter::updateMap(lua_State* L)
{
const Host& host = getHostFromLua(L);
if (host.mpMap) {
host.mpMap->update();
}
return 0;
}

// Documentation: https://wiki.mudlet.org/w/Manual:Lua_Functions#cut
int TLuaInterpreter::cut(lua_State* L)
{
Expand Down

0 comments on commit beccacb

Please sign in to comment.