ugly formatting
This commit is contained in:
parent
fe9b200706
commit
51ef5111f6
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ namespace Server.Gumps
|
|||
|
||||
public override string Compile()
|
||||
{
|
||||
return String.Format( "{{ textentrylimited {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} }}", m_X, m_Y, m_Width, m_Height, m_Hue, m_EntryID, Parent.Intern( m_InitialText ), m_Size );
|
||||
return String.Format( "{{ textentrylimited {0} {1} {2} {3} {4} {5} {6} {7} }}", m_X, m_Y, m_Width, m_Height, m_Hue, m_EntryID, Parent.Intern( m_InitialText ), m_Size );
|
||||
}
|
||||
|
||||
private static byte[] m_LayoutName = Gump.StringToBuffer( "textentrylimited" );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue