mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Cleanup: drop Server::hudGetHotbarSelectedImage()
Call directly accessible RemotePlayer::getHotbarSelectedImage() from server api
This commit is contained in:
parent
4be46aeeb1
commit
c7656edaa5
3 changed files with 1 additions and 7 deletions
|
@ -292,7 +292,6 @@ public:
|
|||
bool hudSetHotbarItemcount(RemotePlayer *player, s32 hotbar_itemcount);
|
||||
void hudSetHotbarImage(RemotePlayer *player, std::string name);
|
||||
void hudSetHotbarSelectedImage(RemotePlayer *player, std::string name);
|
||||
const std::string &hudGetHotbarSelectedImage(RemotePlayer *player) const;
|
||||
|
||||
Address getPeerAddress(session_t peer_id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue