diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Entities/Player.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Entities/Player.cpp b/src/Entities/Player.cpp index cdedb0c5a..fa6422389 100644 --- a/src/Entities/Player.cpp +++ b/src/Entities/Player.cpp @@ -1909,4 +1909,8 @@ void cPlayer::Detach() } } } -}
\ No newline at end of file +} + + + + |