diff options
Diffstat (limited to 'source/Mobs/Wolf.cpp')
-rw-r--r-- | source/Mobs/Wolf.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source/Mobs/Wolf.cpp b/source/Mobs/Wolf.cpp index c6e9736f5..c86250142 100644 --- a/source/Mobs/Wolf.cpp +++ b/source/Mobs/Wolf.cpp @@ -182,4 +182,8 @@ void cWolf::TickFollowPlayer() m_Destination = Callback.OwnerPos; } } -}
\ No newline at end of file +} + + + + |