private static void HostRunFrame_Server(bool finalTick) { Server.RunFrame(); Server.TickCount++; if (finalTick) { SendClientUpdates(); } }