Add GameDig monitor

This commit is contained in:
Adam Spurgeon 2023-01-08 21:22:36 +13:00
parent 23a525e36a
commit 774d754b21
7 changed files with 784 additions and 10 deletions

View file

@ -689,6 +689,7 @@ let needSetup = false;
bean.retryInterval = monitor.retryInterval;
bean.resendInterval = monitor.resendInterval;
bean.hostname = monitor.hostname;
bean.game = monitor.game;
bean.maxretries = monitor.maxretries;
bean.port = parseInt(monitor.port);
bean.keyword = monitor.keyword;