[nexuiz-commits] r6189 - trunk/misc/tools

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Mar 16 04:09:33 EDT 2009


Author: div0
Date: 2009-03-16 04:09:21 -0400 (Mon, 16 Mar 2009)
New Revision: 6189

Modified:
   trunk/misc/tools/demotc.pl
Log:
fix typo


Modified: trunk/misc/tools/demotc.pl
===================================================================
--- trunk/misc/tools/demotc.pl	2009-03-16 07:28:48 UTC (rev 6188)
+++ trunk/misc/tools/demotc.pl	2009-03-16 08:09:21 UTC (rev 6189)
@@ -96,6 +96,7 @@
 		print $outfh pack("V", length($data) | DEMOMSG_CLIENT_TO_SERVER);
 		print $outfh $angles;
 		print $outfh $data;
+		next;
 	}
 	die "Invalid demo packet"
 		unless 12 == read $infh, my $angles, 12;



More information about the nexuiz-commits mailing list