fixed bug that caused the leveling stat to lag behind

This commit is contained in:
Leonetienne 2021-09-18 16:35:24 +02:00
parent 3dd972cfed
commit fc50a46728

View File

@ -379,6 +379,9 @@ hooksecurefunc( "JumpOrAscendStart", function()
Trackster_jumpCounter = Trackster_jumpCounter + 1;
UpdateJump();
end
-- Just to keep it up-to-date. The event gets fired too early...
UpdatePlvl();
end );
Trackster.OffsetDistance = function(offset)