Changed: Changes from last patch
This commit is contained in:
parent
bef55791a0
commit
d6fefddc98
1 changed files with 1 additions and 1 deletions
|
@ -2393,7 +2393,7 @@ void CGroupMap::createContinentLandMarks()
|
||||||
|
|
||||||
static void hideTeleportButtonsInPopupMenuIfNotEnoughPriv()
|
static void hideTeleportButtonsInPopupMenuIfNotEnoughPriv()
|
||||||
{
|
{
|
||||||
bool showTeleport = (hasPrivilegeDEV() || hasPrivilegeSGM() || hasPrivilegeGM() || hasPrivilegeSG() || hasPrivilegeEM() || hasPrivilegeEG());
|
bool showTeleport = (hasPrivilegeDEV() || hasPrivilegeSGM() || hasPrivilegeGM() || hasPrivilegeVG() || hasPrivilegeSG() || hasPrivilegeEM() || hasPrivilegeEG());
|
||||||
CInterfaceManager *im = CInterfaceManager::getInstance();
|
CInterfaceManager *im = CInterfaceManager::getInstance();
|
||||||
|
|
||||||
CInterfaceElement *ie = im->getElementFromId("ui:interface:map_menu:teleport");
|
CInterfaceElement *ie = im->getElementFromId("ui:interface:map_menu:teleport");
|
||||||
|
|
Loading…
Reference in a new issue