mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-23 15:36:07 +00:00
Removed debug message.
This commit is contained in:
parent
ec9aad2caa
commit
553c436697
|
|
@ -170,7 +170,6 @@ void SignTileEntity::SetMessage(int iIndex,wstring &wsText)
|
|||
if (wsText.length() > MAX_LINE_LENGTH) // MAX_LINE_LENGTH == 15
|
||||
{
|
||||
wsText = wsText.substr(0, MAX_LINE_LENGTH);
|
||||
OutputDebugStringW(L"Sign text truncated to 15 characters\n");
|
||||
}
|
||||
m_wsmessages[iIndex]=wsText;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue