mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Add TODO
This commit is contained in:
parent
956d264c3e
commit
790c695b27
1 changed files with 1 additions and 0 deletions
|
@ -462,6 +462,7 @@ public abstract class InventoryTranslator {
|
||||||
}
|
}
|
||||||
case DESTROY: {
|
case DESTROY: {
|
||||||
// Only called when a creative client wants to destroy an item... I think - Camotoy
|
// Only called when a creative client wants to destroy an item... I think - Camotoy
|
||||||
|
//TODO there is a Count here we don't use
|
||||||
DestroyStackRequestActionData destroyAction = (DestroyStackRequestActionData) action;
|
DestroyStackRequestActionData destroyAction = (DestroyStackRequestActionData) action;
|
||||||
if (!session.getGameMode().equals(GameMode.CREATIVE)) {
|
if (!session.getGameMode().equals(GameMode.CREATIVE)) {
|
||||||
// If this happens, let's throw an error and figure out why.
|
// If this happens, let's throw an error and figure out why.
|
||||||
|
|
Loading…
Reference in a new issue