Prevent client update while on boat if boat turning (#1343)

Co-authored-by: Noudess <noudess@gmail.com>
This commit is contained in:
Paul Coene
2021-05-10 02:15:38 -04:00
committed by GitHub
parent 0758250ad1
commit b335568bf9
4 changed files with 8 additions and 0 deletions
+1
View File
@@ -1486,6 +1486,7 @@ public:
bool GetWasSpawnedInWater() const;
void SetSpawnedInWater(bool spawned_in_water);
bool turning;
protected: