diff options
Diffstat (limited to 'src/being/localplayer.cpp')
-rw-r--r-- | src/being/localplayer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp index e20fa9e02..ba7f4d794 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -693,6 +693,7 @@ bool LocalPlayer::toggleSit() const switch (mAction) { case BeingAction::STAND: + case BeingAction::PRESTAND: case BeingAction::SPAWN: newAction = BeingAction::SIT; break; |