]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/playerlist.qc
Merge branch 'master' into terencehill/menu_listbox_changes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / playerlist.qc
index db3ac8a207aae1b99524a3cc11c1aa40adfed1f1..72fe69e116ee4402a875bb6abf47fb5fae470877 100644 (file)
@@ -17,6 +17,7 @@ CLASS(XonoticPlayerList, XonoticListBox)
        METHOD(XonoticPlayerList, setPlayerList, void(entity, string))
        METHOD(XonoticPlayerList, getPlayerList, string(entity, float, float))
        ATTRIB(XonoticPlayerList, playerList, float, -1)
+       ATTRIB(XonoticPlayerList, selectionDoesntMatter, bool, true)
 ENDCLASS(XonoticPlayerList)
 entity makeXonoticPlayerList();
 #endif