--- a/hedgewars/uGame.pas Mon Sep 11 18:27:49 2006 +0000
+++ b/hedgewars/uGame.pas Mon Sep 11 21:44:38 2006 +0000
@@ -59,7 +59,7 @@
inc(SendEmptyPacketTicks, Lag);
if SendEmptyPacketTicks >= cSendEmptyPacketTime then
begin
- SendIPC('N');
+ SendIPC('+');
SendEmptyPacketTicks:= 0
end
end;