Fix banned user message

error_ui does not support separate title text
This commit is contained in:
jacksonmj 2011-04-02 14:43:36 +01:00 committed by Simon
parent bff7d73a64
commit 45b1b2bc96

View File

@ -2385,7 +2385,7 @@ int main(int argc, char *argv[])
svf_own = 0; svf_own = 0;
svf_admin = 0; svf_admin = 0;
svf_mod = 0; svf_mod = 0;
error_ui(vid_buf, "Unable to log in", "Your account has been suspended, consider reading the rules."); error_ui(vid_buf, 0, "Unable to log in\nYour account has been suspended, consider reading the rules.");
} }
else if(!strncmp(check_data, "OK", 2)) else if(!strncmp(check_data, "OK", 2))
{ {