non funziona

This commit is contained in:
Lorenzo Iovino 2017-07-13 14:17:32 +02:00
parent 4760152e90
commit 5117b28e2c
29 changed files with 1707 additions and 1663 deletions

View file

@ -68,7 +68,7 @@ public class App extends JFrame {
logger.write("APP: Font not found!");
}
/*Services*/
/*services*/
gameService = new GameService();
authService = new AuthService();

View file

@ -141,7 +141,7 @@ public class GamePage extends Page {
return null;
}
}),
Config.timeoutGame
Config.gameTimeout
);
}
}