Commit 0e7b7e11 authored by nanahira's avatar nanahira

remove limit of deck size in 2pick

parent 8d79d422
......@@ -67,11 +67,11 @@ extern DeckManager deckManager;
#ifdef YGOPRO_SERVER_MODE
#ifndef DECKCOUNT_MAIN_MIN
#define DECKCOUNT_MAIN_MIN 40
#define DECKCOUNT_MAIN_MIN 1
#endif
#ifndef DECKCOUNT_MAIN_MAX
#define DECKCOUNT_MAIN_MAX 60
#define DECKCOUNT_MAIN_MAX 999
#endif
#ifndef DECKCOUNT_SIDE
......@@ -79,7 +79,7 @@ extern DeckManager deckManager;
#endif
#ifndef DECKCOUNT_EXTRA
#define DECKCOUNT_EXTRA 15
#define DECKCOUNT_EXTRA 999
#endif
#endif //YGOPRO_SERVER_MODE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment