We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830fcad commit 71cd42bCopy full SHA for 71cd42b
src/gtasa/effects/custom/player/TheFlashEffect.cpp
@@ -70,7 +70,7 @@ class TheFlashEffect : public EffectBase
70
if (Globals::enabledEffects["walk_on_water"])
71
newZ = std::max (0.0f, newZ);
72
73
- player->GetMatrix ()->pos.z = newZ + 0.7f;
+ player->GetMatrix ()->pos.z = newZ + 0.8f;
74
}
75
76
static bool
0 commit comments