Aggiunta classifica match + globale. Versione funzionante terminata

This commit is contained in:
Lorenzo Iovino 2017-06-29 15:09:55 +02:00
parent f7c9d0ff99
commit 429eb1cb02
40 changed files with 2152 additions and 1108 deletions

View file

@ -23,6 +23,9 @@ public class Config {
public static String NotificationServerName ="notification";
public static int timeoutGame = 15;
public static String getNotificationServerURI(){
return "rmi://".concat(NotificationServerURI).concat(":").concat(NotificationServerPort.toString());
}