Fixed ConfigWindow

This commit is contained in:
Robert Vokac 2024-03-28 10:23:45 +01:00
parent 351e0a079f
commit 02f821d127
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

View File

@ -966,7 +966,7 @@ public class ConfigWindow extends TWindow {
index = 5;
}
if (key.startsWith("square.")||key.startsWith("circle.")||key.startsWith("dot.")||key.startsWith("swing.")||key.startsWith("walking-human.")) {
if (key.startsWith("square.")||key.startsWith("circle.")||key.startsWith("dot.")||key.startsWith("swing.")||key.startsWith("walking-human.") || key.startsWith("fuel.")) {
index = 6;
}