fix IsAdmin macht server kaputt

This commit is contained in:
hydrant
2021-04-04 18:58:42 +02:00
parent af0b51d0dc
commit 68302f4d6c
2 changed files with 12 additions and 3 deletions

View File

@@ -120,7 +120,6 @@ namespace ReallifeGamemode.Database.Entities
public bool WeaponLicense { get; set; } = false;
public bool IsAdmin(AdminLevel level) => AdminLevel >= level;
public int Points { get; set; }
public int otheramount { get; set; } = 0;