mirror of
https://github.com/FirestormViewer/phoenix-firestorm.git
synced 2026-08-14 00:48:30 +00:00
Move 'notif_name == "TeleportRequest"' inside parentheses to avoid ambiguity
Found by Darl - thanks Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com>
This commit is contained in:
@@ -114,7 +114,8 @@ bool LLOfferHandler::processNotification(const LLNotificationPtr& notification,
|
||||
&& gSavedSettings.getBOOL("PlayModeUISndInventoryOffer"))
|
||||
|| ((notif_name == "TeleportOffered" || notif_name == "TeleportOffered_SLUrl" ||
|
||||
notif_name == "TeleportOffered_MaturityExceeded" || notif_name == "TeleportOffered_MaturityExceeded_SLUrl" ||
|
||||
notif_name == "TeleportOffered_MaturityBlocked" || notif_name == "TeleportOffered_MaturityBlocked_SLUrl")
|
||||
notif_name == "TeleportOffered_MaturityBlocked" || notif_name == "TeleportOffered_MaturityBlocked_SLUrl" ||
|
||||
notif_name == "TeleportRequest")
|
||||
&& gSavedSettings.getBOOL("PlayModeUISndTeleportOffer"));
|
||||
// </FS:Ansariel>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user