diff --git a/data/plugins/cmd-lookup/lookup.rb b/data/plugins/cmd-lookup/lookup.rb index 5e91e579..4594b815 100644 --- a/data/plugins/cmd-lookup/lookup.rb +++ b/data/plugins/cmd-lookup/lookup.rb @@ -14,7 +14,7 @@ on :command, :lookup, RIGHTS_ADMIN do |player, command| type = args.shift.downcase name = args.join(" ").downcase - if ["npc", "object", "item"].index(type) == nil + if ['npc', 'object', 'item'].index(type) == nil player.send_message("Invalid syntax - ::lookup [npc/object/item] [name]") return end