Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add animations for third person view
- Loading branch information
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15740ff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've had to comment that line out as it crashed the server upon player login, this is the error: https://gist.github.com/crazyR14/0cf277efd79511430f40
15740ff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@crazyR14 have you read the compatibility part in the README? You can't run the latest version of minetest_game with the stable version of the engine.
15740ff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i run both the latest versions or at least i use master git repo's for both the game and engine. it only crashed when the client connected to the server. anyhow, ive commented out that line for now till it work properly, and all seems ok so far