Update CarryOnFabricMod.java
This commit is contained in:
parent
ef8362e728
commit
5cf2e87fe8
|
|
@ -43,7 +43,7 @@ public class CarryOnFabricMod implements ModInitializer {
|
||||||
// player.tickCount > 0 avoids us syncing attachment data about players the instant they spawn.
|
// player.tickCount > 0 avoids us syncing attachment data about players the instant they spawn.
|
||||||
// Which also causes a disconnect as the player entity may not be synced yet.
|
// Which also causes a disconnect as the player entity may not be synced yet.
|
||||||
|
|
||||||
return p.connection != null && player.isAlive() && player.tickCount >0;
|
return p.connection != null && player.isAlive() && player.tickCount > 0;
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user