server: now it disable draft's clicks protection timeout in test mode;

This commit is contained in:
Oleg Agafonov 2025-04-17 21:05:53 +04:00
parent 33fb660dc8
commit 571605e224
2 changed files with 9 additions and 3 deletions

View file

@ -85,7 +85,8 @@ public final class Main {
// - fast game buttons;
// - cheat commands;
// - no deck validation;
// - no connection validation by pings (no disconnects on IDE's debugger usage)
// - no draft's clicks protection timeout;
// - no connection validation by pings (no disconnects on IDE's debugger usage);
// - load any deck in sideboarding;
// - simplified registration and login (no password check);
// - debug main menu for GUI and rendering testing (must use -debug arg for client app);