Added picking up unconscious and offline players

This commit is contained in:
illuc 2026-03-02 21:21:22 +02:00
parent 21add679b0
commit 12143cbb50

View file

@ -38,7 +38,7 @@ public class PickUpUnconsciousPlayerEvent {
}
} else if (target.getType() == NeuralgiaCoreMod.GHOST.get()) {
} else if (target.getType() == NeuralgiaCoreMod.GHOST.get() && source.isShiftKeyDown()) {
target.startRiding(source);
}