mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
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:
parent
009f699343
commit
5f31c061cf
10 changed files with 1424 additions and 1434 deletions
|
|
@ -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.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue