diff options
| author | lempamo <[email protected]> | 2017-02-25 16:50:33 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-02-25 16:50:33 -0500 |
| commit | 5dd55f698bf6bca956a2e207c34dacdcb140e182 (patch) | |
| tree | 698ec72bf537298702f57256858e317a46ffeccb /ShiftOS_TheReturn/NotificationDaemon.cs | |
| parent | 84abd2cd11b5bcd78052015cc1f33b9e738b7417 (diff) | |
| parent | 00f676a5d4df6f826d4a6c5af260fbfc168cea28 (diff) | |
| download | shiftos_thereturn-5dd55f698bf6bca956a2e207c34dacdcb140e182.tar.gz shiftos_thereturn-5dd55f698bf6bca956a2e207c34dacdcb140e182.tar.bz2 shiftos_thereturn-5dd55f698bf6bca956a2e207c34dacdcb140e182.zip | |
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
Diffstat (limited to 'ShiftOS_TheReturn/NotificationDaemon.cs')
| -rw-r--r-- | ShiftOS_TheReturn/NotificationDaemon.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShiftOS_TheReturn/NotificationDaemon.cs b/ShiftOS_TheReturn/NotificationDaemon.cs index 1737be3..f9bfed2 100644 --- a/ShiftOS_TheReturn/NotificationDaemon.cs +++ b/ShiftOS_TheReturn/NotificationDaemon.cs @@ -72,7 +72,7 @@ namespace ShiftOS.Engine Type = t; Data = data; Read = false; - Timestamp = DateTime.Now; + Timestamp = DateTime.Now; } public bool Read { get; set; } @@ -106,4 +106,4 @@ namespace ShiftOS.Engine NewShiftOSStream = 0x78, SavePurge = 0x79, } -} +}
\ No newline at end of file |
