]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/bsanct.c
Update copyright notice
[empserver] / src / lib / subs / bsanct.c
index 8fac859d79da4c51173f08ec2c37381a9b1a8616..f8ea26b72cdfffb959a5724d1882af85e5882212 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2007, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2009, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -26,9 +26,9 @@
  *  ---
  *
  *  bsanct.c: Break Sanctuary subroutines
- * 
+ *
  *  Known contributors to this file:
- *  
+ *
  */
 
 #include <config.h>
@@ -69,6 +69,8 @@ bsanct(void)
        (void)putsect(&s);
        count++;
     }
-    if (count > 0)
+    if (count > 0) {
+       game_note_bsanct();
        nreport(player->cnum, N_BROKE_SANCT, 0, 1);
+    }
 }