Fix syntax error in tiara.rb.

This commit is contained in:
Major-
2014-08-08 02:03:33 +01:00
parent 22f712da23
commit e5347819d3
+1 -1
View File
@@ -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)