mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-08-14 01:59:37 +03:00
Fix typo in newmenus
This commit is contained in:
parent
2162059352
commit
5f83f77b2e
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ const char *Menu::GetTextString(int player, page_t page, int &keys)
|
|||
UTIL_Format(buffer, sizeof(buffer)-1, "#. %s\n", m_OptNames[abs(MENU_BACK)].chars());
|
||||
}
|
||||
}
|
||||
m_Text + m_Text + buffer;
|
||||
m_Text = m_Text + buffer;
|
||||
|
||||
if (flags & Display_Next)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue