X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fdialog_multiplayer_profile.qh;h=f346aaf66672c0e26de8537a47dee05be6a63bf7;hb=7543e59f1fafaf3e6fcbe64baf58e0a94f0321a7;hp=2285efcafa370cb6a2da6e8a0cc6c895176b96b6;hpb=9185b58da6fe5f2b095d7066577e1e024b4d2798;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/dialog_multiplayer_profile.qh b/qcsrc/menu/xonotic/dialog_multiplayer_profile.qh index 2285efcaf..f346aaf66 100644 --- a/qcsrc/menu/xonotic/dialog_multiplayer_profile.qh +++ b/qcsrc/menu/xonotic/dialog_multiplayer_profile.qh @@ -9,5 +9,6 @@ CLASS(XonoticProfileTab, XonoticTab) ATTRIB(XonoticProfileTab, columns, float, 6.1); // added extra .2 for center space ATTRIB(XonoticProfileTab, playerNameLabel, entity); ATTRIB(XonoticProfileTab, playerNameLabelAlpha, float, SKINALPHA_HEADER); + ATTRIB(XonoticProfileTab, name, string, "profile"); ENDCLASS(XonoticProfileTab) entity makeXonoticProfileTab();