Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Cleanup: drop Server::hudGetHotbarImage()
Call directly accessible RemotePlayer::getHotbarImage() from server api & make it const ref
- Loading branch information
Showing
with
2 additions
and 10 deletions.
- +1 −1 src/remoteplayer.h
- +1 −1 src/script/lua_api/l_object.cpp
- +0 −7 src/server.cpp
- +0 −1 src/server.h