]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/actofgod.c
Update copyright notice
[empserver] / src / lib / subs / actofgod.c
index 20a650e5314c2242841cbcc291e70b5548220988..1299d6b940eb625e1d2b80326715b2cf8f238861 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2016, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2020, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -27,7 +27,7 @@
  *  actofgod.c: Deity meddling subroutines
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2013-2015
+ *     Markus Armbruster, 2013-2016
  */
 
 #include <config.h>
@@ -189,7 +189,7 @@ divine_load(struct empobj *unit, int type, int uid)
     divine_load_unload(unit, type, uid, "loaded onto");
     if (get_empobj(type, uid, &carrier)
        && (unit->x != carrier.gen.x || unit->y != carrier.gen.y)) {
-       pr("%s teleported from %s to %s!",
+       pr("%s teleported from %s to %s!\n",
           unit_nameof(unit), xyas(unit->x, unit->y, player->cnum),
           xyas(carrier.gen.x, carrier.gen.y, player->cnum));
        unit_teleport(unit, carrier.gen.x, carrier.gen.y);