From 45b1b2bc965111b8b9c0b3237f541704fe49c47c Mon Sep 17 00:00:00 2001 From: jacksonmj Date: Sat, 2 Apr 2011 14:43:36 +0100 Subject: [PATCH] Fix banned user message error_ui does not support separate title text --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 1b708e98c..3dbabe567 100644 --- a/src/main.c +++ b/src/main.c @@ -2385,7 +2385,7 @@ int main(int argc, char *argv[]) svf_own = 0; svf_admin = 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)) {