summaryrefslogtreecommitdiff
path: root/src/teleport.c
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-19 19:32:50 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-19 19:32:50 +0000
commit01d613a7ccf695090262c9e22c396251146f00bd (patch)
tree3f176dd05944d108259f02d968e5b221704fb274 /src/teleport.c
parent11239bc45b51f9cc9eaec8272e58a0dea0e10b93 (diff)
- upravy v kode
git-svn-id: http://opensvn.csie.org/tuxanci_ng@27 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/teleport.c')
-rw-r--r--src/teleport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/teleport.c b/src/teleport.c
index b004589..397acb7 100644
--- a/src/teleport.c
+++ b/src/teleport.c
@@ -222,7 +222,7 @@ void eventTeleportTux(list_t *listTeleport, teleport_t *teleport, tux_t *tux)
#endif
if( getNetTypeGame() == NET_GAME_TYPE_SERVER )
{
- proto_send_newtux_server(NULL, tux);
+ proto_send_newtux_server(PROTO_SEND_ALL, NULL, tux);
}
}
}