Fixed typo

This commit is contained in:
stijnb1234 2020-05-06 12:00:37 +02:00
parent bf527e31d2
commit 03eca44be5

View file

@ -54,7 +54,7 @@ public class Client {
JSONObject json = JSONUtil.parse(s);
if (json == null) return;
String str = JSONUtil.getValue(json, "action");
String str = JSONUtil.getValue(json, "task");
if (str == null || str.isEmpty()) return;
if (str.equals("VERIFY")) {