mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
change references to imported libs
This commit is contained in:
@@ -51,7 +51,7 @@ module.exports = function(user, req, cb, analytics) {
|
||||
con: 0,
|
||||
per: 0,
|
||||
int: 0,
|
||||
points: api.capByLevel(user.stats.lvl)
|
||||
points: capByLevel(user.stats.lvl)
|
||||
});
|
||||
user.flags.classSelected = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user