diff --git a/MP.Mon/MP.Mon.csproj b/MP.Mon/MP.Mon.csproj
index e7ebadf8..4361f00d 100644
--- a/MP.Mon/MP.Mon.csproj
+++ b/MP.Mon/MP.Mon.csproj
@@ -4,7 +4,7 @@
net6.0
enable
enable
- 6.16.2403.110
+ 6.16.2403.416
diff --git a/MP.Mon/Pages/_Layout.cshtml b/MP.Mon/Pages/_Layout.cshtml
index 3945566c..74130e8d 100644
--- a/MP.Mon/Pages/_Layout.cshtml
+++ b/MP.Mon/Pages/_Layout.cshtml
@@ -64,7 +64,12 @@
retryIntervalMilliseconds: 2000
},
reconnectionHandler: {
- onConnectionDown: (options, error) => console.error(error),
+ onConnectionDown: (options, error) => {
+ console.error(error);
+ setTimeout(function () {
+ location.reload();
+ }, 5000);
+ },
onConnectionUp: () => console.log("Client reconnected!")
}
}).then(() => {
diff --git a/MP.Mon/Resources/ChangeLog.html b/MP.Mon/Resources/ChangeLog.html
index 42521936..67b21189 100644
--- a/MP.Mon/Resources/ChangeLog.html
+++ b/MP.Mon/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MON MAPO
- Versione: 6.16.2403.110
+ Versione: 6.16.2403.416
Note di rilascio:
-
diff --git a/MP.Mon/Resources/VersNum.txt b/MP.Mon/Resources/VersNum.txt
index fdef649c..e94d2714 100644
--- a/MP.Mon/Resources/VersNum.txt
+++ b/MP.Mon/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2403.110
+6.16.2403.416
diff --git a/MP.Mon/Resources/manifest.xml b/MP.Mon/Resources/manifest.xml
index b0aa03f4..d6fd49af 100644
--- a/MP.Mon/Resources/manifest.xml
+++ b/MP.Mon/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2403.110
+ 6.16.2403.416
https://nexus.steamware.net/repository/SWS/MP-MON/stable/LAST/MP.Mon.zip
https://nexus.steamware.net/repository/SWS/MP-MON/stable/LAST/ChangeLog.html
false