mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-06-02 17:24:58 +00:00
Merge branch 'main' of https://github.com/LCEMP/LCEMP
This commit is contained in:
@@ -11,9 +11,7 @@
|
||||
|
||||
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Performs initialization tasks - retrieves controls.
|
||||
//----------------------------------------------------------------------------------
|
||||
HRESULT CScene_InGamePlayerOptions::OnInit( XUIMessageInit* pInitData, BOOL& bHandled )
|
||||
{
|
||||
m_iPad = *(int *)pInitData->pvInitData;
|
||||
@@ -496,4 +494,4 @@ void CScene_InGamePlayerOptions::resetCheatCheckboxes()
|
||||
m_checkboxes[eControl_CheatTeleport].SetCheck( isModerator
|
||||
&& (Player::getPlayerGamePrivilege(m_playerPrivileges, Player::ePlayerGamePrivilege_CanTeleport) != 0) );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user