mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Small Mistake. Closes #19
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
This commit is contained in:
parent
15576f123a
commit
db3a97c771
|
@ -30,7 +30,7 @@ public:
|
|||
//virtual const char *InterfaceName() { return name; }
|
||||
|
||||
|
||||
// This kernel thingie makes the structure very flat and basiclly singletons.
|
||||
// This kernel thingie makes the structure very flat and basically singletons.
|
||||
// I'm not sure if this is a good idea but it works for now.
|
||||
class IKernel
|
||||
{
|
||||
|
|
|
@ -895,7 +895,6 @@ void CServer::ProcessClientPacket(CNetChunk *pPacket)
|
|||
char aBuf[256];
|
||||
str_format(aBuf, sizeof(aBuf), "ClientId=%d Level=%d Rcon='%s'", ClientId, m_aClients[ClientId].m_Authed, pCmd);
|
||||
Console()->Print(IConsole::OUTPUT_LEVEL_ADDINFO, "server", aBuf);
|
||||
Console()->ExecuteLine(pCmd, m_aClients[ClientId].m_Authed, ClientId);
|
||||
//Addr = m_NetServer.ClientAddr(ClientId);
|
||||
if(m_aClients[ClientId].m_Authed > 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue