Fix request teleport menu option in minimap not working

meow-7.2.2
Ansariel 2014-02-07 13:19:10 +01:00
parent 44b6e88b4f
commit 0c291237ae
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@
label="Request Teleport"
name="request_teleport">
<menu_item_call.on_click
function="Minimap.TeleportRequest"/>
function="Minimap.RequestTeleport"/>
<menu_item_call.on_enable
function="Minimap.CanOfferTeleport"/>
</menu_item_call>