Fixed commands log and a crash on windows
This commit is contained in:
parent
ce219ce7e4
commit
209c058368
1 changed files with 1 additions and 1 deletions
|
|
@ -394,7 +394,7 @@ bool ChatHandler::ParseCommands(char const* text)
|
|||
ASSERT(text);
|
||||
ASSERT(*text);
|
||||
|
||||
std::string fullcmd;
|
||||
std::string fullcmd = text;
|
||||
|
||||
if (m_session && AccountMgr::IsPlayerAccount(m_session->GetSecurity()) && !sWorld->getBoolConfig(CONFIG_ALLOW_PLAYER_COMMANDS))
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue