forked from cafeberry/cafeberry
fix: miles not shutting down, copying extra stuff to output folder, typo, durango output paths & stray pixel on logos
This commit is contained in:
@@ -167,7 +167,7 @@ void SignTileEntity::setChanged()
|
||||
|
||||
void SignTileEntity::SetMessage(int iIndex,wstring &wsText)
|
||||
{
|
||||
//str1kk3r - if we go over 15 chars, then cut it down to just 15
|
||||
//str1k3r - if we go over 15 chars, then cut it down to just 15
|
||||
if (wsText.length() > MAX_LINE_LENGTH)
|
||||
{
|
||||
wsText = wsText.substr(0, MAX_LINE_LENGTH);
|
||||
|
||||
Reference in New Issue
Block a user