Change XP calcul

This commit is contained in:
Sebastien 2019-01-16 20:03:07 +01:00
parent 753814c42c
commit 97ceb24a4d

View File

@ -28,7 +28,7 @@ import java.util.List;
public class UserStatsUtils {
static double XP_PER_VOICE_TIME = 0.01;
static double XP_PER_MESSAGE = 2;
static double XP_PER_MESSAGE = 4;
static double XP_PER_API_COUNT = 1;