mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 16:49:12 +00:00
Fix syntax error in tiara.rb.
This commit is contained in:
@@ -73,7 +73,7 @@ on :event, :second_object_action do |ctx, player, event|
|
|||||||
end
|
end
|
||||||
|
|
||||||
#Equip tiara
|
#Equip tiara
|
||||||
on :event, :second_item_option, item_option do |ctx, player, event|
|
on :event, :second_item_option do |ctx, player, event|
|
||||||
tiara = TIARAS_BY_ID[event.id]
|
tiara = TIARAS_BY_ID[event.id]
|
||||||
if (tiara != nil)
|
if (tiara != nil)
|
||||||
tiara.send_config(player)
|
tiara.send_config(player)
|
||||||
|
|||||||
Reference in New Issue
Block a user