Skip to content

Commit

Permalink
Update Core-v2.1.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPlusGH authored Mar 29, 2018
1 parent 4181cd0 commit 14ca7b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Core-v2.1.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ Function InitApplication {
#Set donation parameters
#Randomly sets donation minutes per day between (0,(3..8)) minutes if set to less than 3
$Variables | Add-Member -Force @{DonateRandom = [PSCustomObject]@{}}
# $Variables | Add-Member -Force @{LastDonated = (Get-Date).AddDays(-1).AddHours(1)}
$Variables | Add-Member -Force @{LastDonated = (Get-Date).AddDays(-1).AddMinutes(3)}
$Variables | Add-Member -Force @{LastDonated = (Get-Date).AddDays(-1).AddHours(1)}
If ($Config.Donate -lt 3) {$Config.Donate = (0,(3..8)) | Get-Random}
$Variables | Add-Member -Force @{WalletBackup = $Config.Wallet}
$Variables | Add-Member -Force @{UserNameBackup = $Config.UserName}
Expand Down

0 comments on commit 14ca7b8

Please sign in to comment.