diff --git a/Uchu.World/Handlers/GameMessages/GeneralHandler.cs b/Uchu.World/Handlers/GameMessages/GeneralHandler.cs index e4db27b8..dfaa180f 100644 --- a/Uchu.World/Handlers/GameMessages/GeneralHandler.cs +++ b/Uchu.World/Handlers/GameMessages/GeneralHandler.cs @@ -74,6 +74,7 @@ public async Task ReadyForUpdatesHandler(ReadyForUpdateMessage message, Player p { Logger.Debug($"Loaded: {message.GameObject}"); await player.OnReadyForUpdatesEvent.InvokeAsync(message); + Zone.SendSerialization(message.GameObject, new []{ player }); } [PacketHandler]