diff --git a/ZoFo/GameCore/Client.cs b/ZoFo/GameCore/Client.cs index f1d7c94..2d933f4 100644 --- a/ZoFo/GameCore/Client.cs +++ b/ZoFo/GameCore/Client.cs @@ -195,6 +195,7 @@ namespace ZoFo.GameCore (update as UpdateStopObjectCreated).collisions.Select(x => x.GetRectangle()).ToArray() )); } + else if (update is UpdateGameObjectCreated) { Entity created_gameObject;