]> git.pond.sub.org Git - empserver/commitdiff
(tran_nuke): Correct text to nukes. Copy and Paste error.
authorRon Koenderink <rkoenderink@yahoo.ca>
Sun, 2 Jul 2006 18:22:50 +0000 (18:22 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Sun, 2 Jul 2006 18:22:50 +0000 (18:22 +0000)
src/lib/commands/tran.c

index 512288aa32086938152db932362deda2c50fbc6f..6a2c7098c4aec76e7e13ce4c1cf426252d51447b 100644 (file)
@@ -107,7 +107,7 @@ tran_nuke(void)
        ++count;
     }
     if (count == 0) {
-       pr("No planes\n");
+       pr("No nukes\n");
        return RET_FAIL;
     }
     if (!getsect(srcx, srcy, &sect) || !player->owner) {