mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-05 00:53:04 +00:00
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:
@@ -72,6 +72,7 @@ public class UserExperienceManagementServiceBean implements UserExperienceManage
|
||||
.builder()
|
||||
.experience(experience)
|
||||
.messageCount(messageCount)
|
||||
.experienceGainDisabled(false)
|
||||
.user(user)
|
||||
.id(user.getUserInServerId())
|
||||
.currentLevel(startingLevel)
|
||||
|
||||
Reference in New Issue
Block a user