diff options
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r-- | src/game/Player.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 45d14e3a4d1..15d12e2cc5f 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -4528,7 +4528,7 @@ void Player::KillPlayer() // don't create corpse at this moment, player might be falling // update visibility - ObjectAccessor::UpdateObjectVisibility(this); + UpdateObjectVisibility(); } void Player::CreateCorpse() |