X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_load.c;h=7fb6e478694a76afb7be635211df3aaf5c621c21;hb=df9f72d2912a5424d37dfdb02f76aba8f1ed4df1;hp=00be6120313c129466a122aa60b8da034ea6d222;hpb=22f62f001f21d1b91fefd9fc495c122d9ddf205a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_load.c b/world_load.c index 00be612..7fb6e47 100644 --- a/world_load.c +++ b/world_load.c @@ -8,6 +8,8 @@ #include "addon.h" #include "save.h" #include "vg/vg_msg.h" +#include "network.h" +#include "player_remote.h" /* * load the .mdl file located in path as a world instance @@ -291,6 +293,8 @@ static void skaterift_change_world_start( addon_reg *reg ){ } world_static.addon_client = reg; + network_send_item( k_netmsg_playeritem_world1 ); + relink_all_remote_player_worlds(); } }