Skip to content

Commit

Permalink
Starting to forget about pressing CTRL+S
Browse files Browse the repository at this point in the history
  • Loading branch information
eukara committed Apr 19, 2023
1 parent 3858bfb commit de81ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/vgui_changeclass_t.qc
Expand Up @@ -28,8 +28,8 @@ CSClassT_Init(void)
g_classDescrArctic = textfile_to_string("classes/arctic.txt");
g_classDescrGuerilla = textfile_to_string("classes/guerilla.txt");

if (g_classDescrAuto)
g_classDescrAuto = textfile_to_string("classes/autoselect.txt");
if (!g_classDescrAuto)
g_classDescrAuto = textfile_to_string("classes/autoselect.txt");
}

static VGUIWindow winClassSelection;
Expand Down

0 comments on commit de81ff9

Please sign in to comment.