mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-29 11:31:41 +01:00
contributors: fix the contributors list commas (#1685)
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
This commit is contained in:
parent
aa492be01a
commit
1224eea893
@ -72,7 +72,7 @@ public class Contributors {
|
||||
new Contributor("qsefthuopq", LANG),
|
||||
new Contributor("Karlatemp", CODE, LANG),
|
||||
new Contributor("Mastory_Md5", LANG),
|
||||
new Contributor("FluxCapacitor2", CODE)
|
||||
new Contributor("FluxCapacitor2", CODE),
|
||||
new Contributor("galexrt", LANG),
|
||||
};
|
||||
int estimatedLength = contributors.length * 40 + 50;
|
||||
|
Loading…
Reference in New Issue
Block a user