aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-02-25 16:50:33 -0500
committerlempamo <[email protected]>2017-02-25 16:50:33 -0500
commit5dd55f698bf6bca956a2e207c34dacdcb140e182 (patch)
tree698ec72bf537298702f57256858e317a46ffeccb /ShiftOS_TheReturn
parent84abd2cd11b5bcd78052015cc1f33b9e738b7417 (diff)
parent00f676a5d4df6f826d4a6c5af260fbfc168cea28 (diff)
downloadshiftos_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')
-rw-r--r--ShiftOS_TheReturn/NotificationDaemon.cs4
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