Include curses.
This commit is contained in:
@ -78,7 +78,7 @@ namespace Components
|
||||
}
|
||||
|
||||
if(!(i % 2)) command.append(Utils::VA("wait 250;disconnect;wait 750;", mapname)); // Test a disconnect
|
||||
else command.append(Utils::VA("wait 500;", mapname)); // Test direct map switch
|
||||
else command.append(Utils::VA("wait 500;", mapname)); // Test direct map switch
|
||||
command.append(Utils::VA("map %s;", mapname));
|
||||
|
||||
i++, current++;
|
||||
|
Reference in New Issue
Block a user