From c947a680271a006f637b9e3d0ba11e6820340da7 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 24 Feb 2023 22:43:25 +0100 Subject: [PATCH] removed xp points next level --- dbstructs/dbstructs.go | 1 - 1 file changed, 1 deletion(-) diff --git a/dbstructs/dbstructs.go b/dbstructs/dbstructs.go index 451c1cb..9d1ece1 100644 --- a/dbstructs/dbstructs.go +++ b/dbstructs/dbstructs.go @@ -23,7 +23,6 @@ type User struct { Longitude float64 XpLevel int XpPoints int - XpPointsNextLevel int // Stands for the experience points needed for the next level FollowersCount int FollowingCount int AccountStatus uint8