]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/dialog_multiplayer_join.qc
Merge branch 'master' into TimePath/vehicles_cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_multiplayer_join.qc
index 2b2354c5330f3f0c6cae2909e0b07655f3564a1b..86829871bd695c14e693e6275330ba7f452c311b 100644 (file)
@@ -2,8 +2,7 @@
 #define DIALOG_MULTIPLAYER_JOIN_H
 #include "tab.qc"
 CLASS(XonoticServerListTab, XonoticTab)
-       METHOD(XonoticServerListTab, fill, void(entity))
-       ATTRIB(XonoticServerListTab, title, string, _("Join"))
+       METHOD(XonoticServerListTab, fill, void(entity));
        ATTRIB(XonoticServerListTab, intendedWidth, float, 0.9)
        ATTRIB(XonoticServerListTab, rows, float, 23)
        ATTRIB(XonoticServerListTab, columns, float, 6.5)