Revert "Unlimit parties (#8653)"

This reverts commit a4feae4dbb.
This commit is contained in:
SabreCat
2017-04-11 18:54:30 +00:00
parent 635c0cf3d1
commit a466d20935
3 changed files with 3 additions and 3 deletions

View File

@@ -14,4 +14,4 @@ export const SUPPORTED_SOCIAL_NETWORKS = [
export const GUILDS_PER_PAGE = 30; // number of guilds to return per page when using pagination
export const PARTY_LIMIT_MEMBERS = 1000;
export const PARTY_LIMIT_MEMBERS = 30;