diff --git a/files/routes/asset_submissions.py b/files/routes/asset_submissions.py index a4afd900b..095f5ecea 100644 --- a/files/routes/asset_submissions.py +++ b/files/routes/asset_submissions.py @@ -527,9 +527,6 @@ def update_emoji(v): if not existing: abort(400, "An emoji with this name doesn't exist!") - if SITE in {'rdrama.net', 'watchpeopledie.tv'} and existing.author_id == 2: - abort(403, f"This emoji was submitted through {OTHER_SITE_NAME}, so you can only update it there!") - updated = False if new_name and existing.name != new_name: