mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-09 04:23:02 +00:00
Merge branch 'smartcmd:main' into main
This commit is contained in:
commit
0a343d2c8d
BIN
.github/banner.png
vendored
BIN
.github/banner.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 646 KiB |
|
|
@ -3828,7 +3828,10 @@ void Minecraft::tick(bool bFirst, bool bUpdateTextures)
|
|||
if((player->ullButtonsPressed&(1LL<<MINECRAFT_ACTION_INVENTORY)) && gameMode->isInputAllowed(MINECRAFT_ACTION_INVENTORY))
|
||||
{
|
||||
shared_ptr<MultiplayerLocalPlayer> player = Minecraft::GetInstance()->player;
|
||||
ui.PlayUISFX(eSFX_Press);
|
||||
if (!player->isRiding())
|
||||
{
|
||||
ui.PlayUISFX(eSFX_Press);
|
||||
}
|
||||
|
||||
if(gameMode->isServerControlledInventory())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue