Fix dumb crash
This commit is contained in:
parent
fe1f33e161
commit
5bccdb7c16
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ public abstract class TransporterFilter
|
|||
{
|
||||
filter = new TOreDictFilter();
|
||||
}
|
||||
else if(type == 3)
|
||||
else if(type == 2)
|
||||
{
|
||||
filter = new TMaterialFilter();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue