diff --git a/Assets/Cryville/Common/Pdt/PdtExpression.cs b/Assets/Cryville/Common/Pdt/PdtExpression.cs index 641f9f0..18e0136 100644 --- a/Assets/Cryville/Common/Pdt/PdtExpression.cs +++ b/Assets/Cryville/Common/Pdt/PdtExpression.cs @@ -195,7 +195,7 @@ namespace Cryville.Common.Pdt { default: pc++; break; } } - else if (OP_TYPE[t2.Value[0]] == 1) { + if (OP_TYPE[t2.Value[0]] == 1) { colp = new Dictionary, string> { { ins.Last, t2.Value } }; } t1 = t2;