diff --git a/query-game-server.html b/query-game-server.html index 8cadefe..a9cbedb 100644 --- a/query-game-server.html +++ b/query-game-server.html @@ -14,7 +14,7 @@ icon: "icons/server.png", label: function() { if(this.host) { - return `Query: ${this.host}`; + return (this.server_type ? this.server_type : 'Query') + ': ' + this.host + (this.port ? ":" + this.port : ''); } return this.name || 'Query Game Server';