Added picking up unconscious and offline players
This commit is contained in:
parent
21add679b0
commit
12143cbb50
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue