mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 23:09:02 +00:00
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()
|
||||
{
|
||||
bool showTeleport = (hasPrivilegeDEV() || hasPrivilegeSGM() || hasPrivilegeGM() || hasPrivilegeSG() || hasPrivilegeEM() || hasPrivilegeEG());
|
||||
bool showTeleport = (hasPrivilegeDEV() || hasPrivilegeSGM() || hasPrivilegeGM() || hasPrivilegeVG() || hasPrivilegeSG() || hasPrivilegeEM() || hasPrivilegeEG());
|
||||
CInterfaceManager *im = CInterfaceManager::getInstance();
|
||||
|
||||
CInterfaceElement *ie = im->getElementFromId("ui:interface:map_menu:teleport");
|
||||
|
|
Loading…
Reference in a new issue