about summary refs log tree commit diff
path: root/src/engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/shared/econ.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/shared/econ.cpp b/src/engine/shared/econ.cpp
index 0bc3a988..18a551e7 100644
--- a/src/engine/shared/econ.cpp
+++ b/src/engine/shared/econ.cpp
@@ -16,6 +16,8 @@ int CEcon::NewClientCallback(int ClientID, void *pUser)
 
 	pThis->m_aClients[ClientID].m_State = CClient::STATE_CONNECTED;
 	pThis->m_aClients[ClientID].m_TimeConnected = time_get();
+
+	pThis->m_NetConsole.Send(ClientID, "Enter password:");
 	return 0;
 }