Fixed ConfigWindow
This commit is contained in:
parent
351e0a079f
commit
02f821d127
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user