Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 16:12:46 +01:00
Prevent recipe ID conflict
Dieser Commit ist enthalten in:
Ursprung
0f1a32e1c1
Commit
6c0d3419fc
@ -684,7 +684,7 @@ public class GeyserSession implements GeyserConnection, GeyserCommandSource {
|
|||||||
this.openInventory = null;
|
this.openInventory = null;
|
||||||
this.craftingRecipes = new Int2ObjectOpenHashMap<>();
|
this.craftingRecipes = new Int2ObjectOpenHashMap<>();
|
||||||
this.javaToBedrockRecipeIds = new Int2ObjectOpenHashMap<>();
|
this.javaToBedrockRecipeIds = new Int2ObjectOpenHashMap<>();
|
||||||
this.lastRecipeNetId = new AtomicInteger(InventoryUtils.LAST_RECIPE_NET_ID);
|
this.lastRecipeNetId = new AtomicInteger(InventoryUtils.LAST_RECIPE_NET_ID + 1);
|
||||||
|
|
||||||
this.spawned = false;
|
this.spawned = false;
|
||||||
this.loggedIn = false;
|
this.loggedIn = false;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren