Tokens improved:

- removed outdated emblem formats;
 - simplified emblems definition;
 - improved tok-data structure;
 - improved tok-data read;
 - added additional checks for tok-data file;
 - prepare for tokens database (related to #10139);
This commit is contained in:
Oleg Agafonov 2023-04-20 21:17:14 +04:00
parent 009f699343
commit 5f31c061cf
10 changed files with 1424 additions and 1434 deletions

View file

@ -158,7 +158,7 @@ public class Deck implements Serializable, Copyable<Deck> {
return new GameException(cardError);
} else {
// critical error, server must be restarted
// TODO: add auto-retart task here someday (with a docker support)
// TODO: add auto-restart task here someday (with a docker support)
// see https://github.com/magefree/mage/issues/8130
return new GameException("Problems detected on the server side (memory issue), wait for a restart.");
}