environment fix

This commit is contained in:
kremsy 2017-05-22 21:43:44 +02:00
parent f74d60ad36
commit 988feea67d

View File

@ -99,6 +99,7 @@ class Map implements Dumpable, UsageInformationAble {
case 'Canyon': case 'Canyon':
case 'Stadium': case 'Stadium':
case 'Valley': case 'Valley':
case 'Lagoon':
return 'tm'; return 'tm';
} }
return null; return null;