Fix dumb crash

This commit is contained in:
Aidan C. Brady 2014-03-09 18:35:31 -04:00
parent fe1f33e161
commit 5bccdb7c16

View file

@ -97,7 +97,7 @@ public abstract class TransporterFilter
{
filter = new TOreDictFilter();
}
else if(type == 3)
else if(type == 2)
{
filter = new TMaterialFilter();
}