You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
takeoffState !=TakeoffState.None->false// Prevent using multiple times
185
+
takeoffState !=TakeoffState.None||
186
+
(mc.crosshairTarget isEntityHitResult&& (mc.crosshairTarget asEntityHitResult).entity isAbstractClientPlayerEntity) ->false// Prevent using multiple times
0 commit comments