Commit 1e949dc6 authored by nanahira's avatar nanahira

add beta folder to mkdir

parent 37200a96
...@@ -1674,6 +1674,7 @@ void Game::initUtils() { ...@@ -1674,6 +1674,7 @@ void Game::initUtils() {
#ifdef YGOPRO_SERVER_MODE #ifdef YGOPRO_SERVER_MODE
//special scripts //special scripts
MakeDirectory("specials"); MakeDirectory("specials");
MakeDirectory("beta");
#else #else
MakeDirectory("screenshots"); MakeDirectory("screenshots");
//cards from extra pack //cards from extra pack
......
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