Made small changes for Admin Commands
This commit is contained in:
@@ -23,5 +23,10 @@ namespace reallife_gamemode.Server.Extensions
|
||||
return dbContext.Users.FirstOrDefault(u => u.Name == client.Name);
|
||||
}
|
||||
}
|
||||
|
||||
public static bool IsLoggedIn(Client player)
|
||||
{
|
||||
return player.GetData("isLoggedIn");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user