Fix loading error with missing translation file

This commit is contained in:
Robin K 2022-04-09 17:02:27 +02:00
parent f241b59650
commit 89970c9c5f
1 changed files with 2 additions and 1 deletions

View File

@ -438,7 +438,8 @@ public class BMWCodingConversionLayer extends ConversionLayer {
pswMap.clear();
aswMap.clear();
csvMap.clear();
transMap.clear();
if(transMap != null)
transMap.clear();
dataBuffer.clear();
romManagers = null;