diff options
-rw-r--r-- | src/gui/serverdialog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/serverdialog.cpp b/src/gui/serverdialog.cpp index 47cb3ee0..9c1494d0 100644 --- a/src/gui/serverdialog.cpp +++ b/src/gui/serverdialog.cpp @@ -349,7 +349,8 @@ void ServerDialog::loadServers() { if (xmlStrEqual(server->name, BAD_CAST "server")) { - //check wether the build matches + // check wether the build matches (remove with last instances + // if _SUPPORT ifdefs) if (compareStrI(XML::getProperty(server, "type", "unknown"), SERVER_BUILD)) { |