Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-18 20:40:08 +01:00
added method to force an inventory update
Dieser Commit ist enthalten in:
Ursprung
43ef3b3037
Commit
03be05790e
@ -158,4 +158,8 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
|
|||||||
public boolean isSneaking() {
|
public boolean isSneaking() {
|
||||||
return entity.J();
|
return entity.J();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void updateInventory() {
|
||||||
|
entity.l();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren