mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 08:39:11 +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
|
||||
|
||||
#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]
|
||||
if (tiara != nil)
|
||||
tiara.send_config(player)
|
||||
|
||||
Reference in New Issue
Block a user