This commit is contained in:
M66B 2023-01-29 19:23:41 +01:00
parent b106ee3b26
commit 212832488f
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public class EntitySearch {
if (json.has("order") && !json.isNull("order"))
search.order = json.getInt("order");
if (json.has("color") && !json.isNull("color"))
search.order = json.getInt("color");
search.color = json.getInt("color");
search.data = json.getString("data");
return search;