Removed ROE and M13 from CarsStorage

This commit is contained in:
North 2012-09-10 12:09:00 +03:00
parent c0fc3795b8
commit ce9dc9ebe9
2 changed files with 0 additions and 250 deletions

View file

@ -196,8 +196,6 @@ public class CardsStorage {
readUnimplemented("ZEN", "/zen.txt", names, cards);
readUnimplemented("WWK", "/wwk.txt", names, cards);
readUnimplemented("ROE", "/roe.txt", names, cards);
readUnimplemented("M13", "/m13.txt", names, cards);
names.clear();
}