summaryrefslogtreecommitdiff
path: root/src/teleport.c
diff options
context:
space:
mode:
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);
}
}
}