Tutorial text disabled on actual races. #story[1261]

main
zwu18 8 years ago
parent 625eb62af2
commit b6c340614f

@ -53,6 +53,7 @@ public class HostGameController extends Controller {
public void hostGamePressed() {
try {
App.game = new Event(false, currentMapIndex);
App.gameType = currentMapIndex;
connectSocket("localhost", 4942);
} catch (EventConstructionException e) {
Logger.getGlobal().log(Level.SEVERE, "Could not create Event.", e);

Loading…
Cancel
Save