removed instance specific modules from code base

fixed user experience object not being created
removed top module, because it does not serve a purpose anymore
This commit is contained in:
Sheldan
2020-06-06 16:22:43 +02:00
parent d14e917329
commit a577932c42
11 changed files with 40 additions and 222 deletions

View File

@@ -72,6 +72,7 @@ public class UserExperienceManagementServiceBean implements UserExperienceManage
.builder()
.experience(experience)
.messageCount(messageCount)
.experienceGainDisabled(false)
.user(user)
.id(user.getUserInServerId())
.currentLevel(startingLevel)