aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/crplayer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crplayer.cc b/src/crplayer.cc
index a082083..4934966 100644
--- a/src/crplayer.cc
+++ b/src/crplayer.cc
@@ -2557,7 +2557,7 @@ void SavePlayerData(TPlayerData *Slot){
for(int i = 0; i < NARRAY(Slot->MurderTimestamps); i += 1){
// NOTE(fusion): Save murder timestamps for up to a month.
if((Now - Slot->MurderTimestamps[i]) < (30 * 24 * 60 * 60)){
- if(FirstMurder){
+ if(!FirstMurder){
Script.writeText(",");
}
Script.writeNumber(Slot->MurderTimestamps[i]);