diff --git a/core/plugin/world/world.rb b/core/plugin/world/world.rb index 508ca8a3..dd023ed1 100644 --- a/core/plugin/world/world.rb +++ b/core/plugin/world/world.rb @@ -120,7 +120,7 @@ Plugin.create(:world) do end def modify_world(target) - if Plugin::World::Keep.accounts.has_key? target.slug + if Plugin::World::Keep.accounts.has_key?(target.slug.to_sym) Plugin::World::Keep.account_modify target.slug, target.to_hash.merge(provider: target.class.slug) @worlds = nil end