Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
javier2409 committed Jun 5, 2019
1 parent 25f0138 commit b0828cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function loadDataFromFile ()
-- Omit jump if invalid parameters are passed
if (saves[cshape]['duration'] < 0.01) or
(saves[cshape]['precision'] > 1) or
(saves[cshape]['speed'] < 0) or
(autojump:getData('speed') < 0) or
(saves[cshape]['precision'] < 0) then

table.remove(saves,cshape)
Expand Down

0 comments on commit b0828cc

Please sign in to comment.