mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
no message
This commit is contained in:
parent
3eaac491c8
commit
eae1f4f119
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ namespace HISP.Player
|
|||
{
|
||||
get
|
||||
{
|
||||
if (ConfigReader.AllUsersSubbed)
|
||||
return true;
|
||||
|
||||
int Timestamp = Convert.ToInt32(new DateTimeOffset(DateTime.UtcNow).ToUnixTimeSeconds());
|
||||
if(Timestamp > subscribedUntil) // sub expired.
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue