NOISSUE Resolve minecraft server using DNS SRV
This commit is contained in:
parent
cc6cd0648a
commit
23a706bbae
16 changed files with 235 additions and 21 deletions
|
@ -34,6 +34,8 @@
|
|||
|
||||
#include "multimc_logic_export.h"
|
||||
|
||||
#include "minecraft/launch/MinecraftServerTarget.h"
|
||||
|
||||
class QDir;
|
||||
class Task;
|
||||
class LaunchTask;
|
||||
|
@ -221,9 +223,9 @@ public:
|
|||
bool reloadSettings();
|
||||
|
||||
/**
|
||||
* 'print' a verbose desription of the instance into a QStringList
|
||||
* 'print' a verbose description of the instance into a QStringList
|
||||
*/
|
||||
virtual QStringList verboseDescription(AuthSessionPtr session) = 0;
|
||||
virtual QStringList verboseDescription(AuthSessionPtr session, MinecraftServerTargetPtr serverToJoin) = 0;
|
||||
|
||||
Status currentStatus() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue