]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
a typo in t_plats.qc
authorprzemek <przemek@7bulls.com>
Sun, 9 Oct 2011 14:02:49 +0000 (16:02 +0200)
committerprzemek <przemek@7bulls.com>
Sun, 9 Oct 2011 14:02:49 +0000 (16:02 +0200)
qcsrc/server/t_plats.qc

index db58fb0b74cf4502962dbea97e666a7b656365e8..568d2f5aee9aa3ce80e9c184386e317a78f14743 100644 (file)
@@ -934,7 +934,7 @@ float door_check_keys(void) {
                                if (p.key_door_messagetime <= time) {
                                        play2(other, "misc/talk.wav");
                                        centerprint(other, "You don't have the silver key!");
-                                       p.wait = key_door_messagetime + 2;
+                                       p.wait = p.key_door_messagetime + 2;
                                }
                                return FALSE;
                        } else {