Source files cleanup: UI files renamed
git-svn-id: http://mc-server.googlecode.com/svn/trunk@878 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "cInventory.h"
|
||||
#include "cChestEntity.h"
|
||||
#include "cSignEntity.h"
|
||||
#include "UI/cWindow.h"
|
||||
#include "UI/Window.h"
|
||||
#include "cItem.h"
|
||||
#include "cTorch.h"
|
||||
#include "cDoors.h"
|
||||
@@ -1067,7 +1067,7 @@ void cClientHandle::Tick(float a_Dt)
|
||||
|
||||
void cClientHandle::SendDisconnect(const AString & a_Reason)
|
||||
{
|
||||
LOGD("Sending a DC");
|
||||
LOGD("Sending a DC: \"%s\"", a_Reason.c_str());
|
||||
m_Protocol->SendDisconnect(a_Reason);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user