From b0828cc7136cb3f175334569a906abd7dd7ae2a7 Mon Sep 17 00:00:00 2001 From: javier2409 Date: Tue, 4 Jun 2019 22:46:01 -0300 Subject: [PATCH] small fix --- client.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.lua b/client.lua index 6be2fdc..1596413 100644 --- a/client.lua +++ b/client.lua @@ -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)