Fix double/drag prediction

This commit is contained in:
TheMode 2021-08-13 20:45:28 +02:00
parent 1bdc50f4a0
commit 3423562be8

View File

@ -414,6 +414,7 @@ public class Inventory extends AbstractInventory implements Viewable {
return false;
}
refreshPlayerCursorItem(player, clickResult.getCursor());
updateAll(player); // FIXME: currently not properly client-predicted
return true;
}
@ -429,6 +430,7 @@ public class Inventory extends AbstractInventory implements Viewable {
return false;
}
refreshPlayerCursorItem(player, clickResult.getCursor());
updateAll(player); // FIXME: currently not properly client-predicted
return true;
}