Commit 8f643cfe authored by nanahira's avatar nanahira

no change serverport in testing

parent f7fa7d0a
......@@ -85,7 +85,6 @@ int main(int argc, char* argv[]) {
ygo::game_info.duel_rule = DEFAULT_DUEL_RULE;
ygo::game_info.time_limit = 180;
if (argc == 2) {
ygo::aServerPort = -1;
int code = atoi(argv[1]);
ygo::mainGame = &_game;
ygo::mainGame->MainTestLoop(code);
......
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